Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmodule.cc122 for (FunctionSet::iterator it = functions_.begin(); in ~Module()
194 FunctionSet::iterator existing_function = std::find_if( in AddFunction()
204 std::pair<FunctionSet::iterator, bool> ret = functions_.insert(function); in AddFunction()
301 for (FunctionSet::const_iterator func_it = functions_.begin(); in AssignSourceIds()
416 for (FunctionSet::const_iterator func_it = functions_.begin(); in Write()
Dmodule.h477 typedef set<Function*, FunctionCompare> FunctionSet; typedef
486 FunctionSet functions_; // This module's functions.
/external/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp63 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
76 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()
87 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()
234 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()