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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp57 /// The states of the lattice values. Only the FunctionSet state is
60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator in enum:__anon4519::CVPLatticeVal::CVPLatticeStateTy
73 : LatticeState(FunctionSet), Functions(std::move(Functions)) {
78 /// of functions will be zero for states other than FunctionSet.
83 /// Returns true if the lattice value is in the FunctionSet state.
84 bool isFunctionSet() const { return LatticeState == FunctionSet; }
147 /// FunctionSet values and a FunctionSet value with an Undefined value. For
198 OS << "FunctionSet";
231 return CVPLatticeVal(CVPLatticeVal::FunctionSet);
[all...]

Completed in 102 milliseconds