Home
last modified time | relevance | path

Searched refs:CVPLatticeStateTy (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 }; enum in __anoncc598d4b0111::CVPLatticeVal
73 CVPLatticeVal(CVPLatticeStateTy LatticeState) : LatticeState(LatticeState) {} in CVPLatticeVal()
98 CVPLatticeStateTy LatticeState = Undefined;