Lines Matching defs:FunctionSet
59 /// The states of the lattice values. Only the FunctionSet state is
62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked };
75 : LatticeState(FunctionSet), Functions(std::move(Functions)) {
80 /// of functions will be zero for states other than FunctionSet.
85 /// Returns true if the lattice value is in the FunctionSet state.
86 bool isFunctionSet() const { return LatticeState == FunctionSet; }
149 /// FunctionSet values and a FunctionSet value with an Undefined value. For
201 OS << "FunctionSet";
234 return CVPLatticeVal(CVPLatticeVal::FunctionSet);