Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
74 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()
86 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()
234 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()