ConstrGraph::mergeAnnotVarsSet
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/lattice/ConstrGraph.h>
bool
mergeAnnotVarsSet(
std::set<varID> varsSet,
std::string finalAnnotName,
void* finalAnnotVal,
std::string remAnnotName,
void* remAnnotVal,
std::set<std::pair<std::string, void*>> const& noCopyAnnots,
std::set<varID> const& noCopyVars,
std::string indent = "");
Created with MrDocs