Home
last modified time | relevance | path

Searched refs:FunctionSet (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h59 typedef std::set<FunctionNode*> FunctionSet; typedef
60 FunctionSet globalFunctionCalls;
DAnalyzeCallDepth.cpp234 …for(FunctionSet::iterator globalCall = globalFunctionCalls.begin(); globalCall != globalFunctionCa… in analyzeCallDepth()
/external/google-breakpad/src/common/
Dmodule.cc62 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()
Dmodule.h314 typedef set<Function *, FunctionCompare> FunctionSet; typedef
323 FunctionSet functions_; // This module's functions.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
73 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()
85 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()
233 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()