Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A 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()