Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
75 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()
86 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet()
233 return CVPLatticeVal(CVPLatticeVal::FunctionSet); in computeConstant()