Searched refs:FunctionSet (Results 1 – 3 of 3) sorted by relevance
59 typedef std::set<FunctionNode*> FunctionSet; typedef60 FunctionSet globalFunctionCalls;
234 …for(FunctionSet::iterator globalCall = globalFunctionCalls.begin(); globalCall != globalFunctionCa… in analyzeCallDepth()
61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator74 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()86 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()234 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()