Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSparsePropagation.h49 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;
55 OverdefinedVal = overdefinedVal; in AbstractLatticeFunction()
62 LatticeVal getOverdefinedVal() const { return OverdefinedVal; } in getOverdefinedVal()
210 else if (V == OverdefinedVal) in PrintLatticeVal()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DSparsePropagation.cpp58 OverdefinedVal, enumerator
72 bool isOverdefined() const { return LatticeVal.getInt() == OverdefinedVal; } in isOverdefined()
105 TestLatticeVal(nullptr, TestLatticeVal::OverdefinedVal), in TestLatticeFunc()