Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
73 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()
84 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()
231 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()