Searched refs:FunctionSet (Results 1 – 5 of 5) sorted by relevance
59 typedef std::set<FunctionNode*> FunctionSet; typedef60 FunctionSet globalFunctionCalls;
234 …for(FunctionSet::iterator globalCall = globalFunctionCalls.begin(); globalCall != globalFunctionCa… in analyzeCallDepth()
62 for (FunctionSet::iterator it = functions_.begin(); in ~Module()108 std::pair<FunctionSet::iterator,bool> ret = functions_.insert(function); in AddFunction()196 for (FunctionSet::const_iterator func_it = functions_.begin(); in AssignSourceIds()253 for (FunctionSet::const_iterator func_it = functions_.begin(); in Write()
314 typedef set<Function *, FunctionCompare> FunctionSet; typedef323 FunctionSet functions_; // This module's functions.
60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator73 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()85 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()233 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()