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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enum in class:__anon4519::CVPLatticeVal
71 CVPLatticeVal(CVPLatticeStateTy LatticeState) : LatticeState(LatticeState) {}
96 CVPLatticeStateTy LatticeState;

Completed in 78 milliseconds