Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DSparsePropagation.cpp48 class TestLatticeVal { class
62 TestLatticeVal() : LatticeVal(nullptr, UndefinedVal) {} in TestLatticeVal() function in __anon483a29410211::TestLatticeVal
63 TestLatticeVal(Constant *C, TestLatticeStateTy State) in TestLatticeVal() function in __anon483a29410211::TestLatticeVal
74 bool operator==(const TestLatticeVal &RHS) const { in operator ==()
78 bool operator!=(const TestLatticeVal &RHS) const { in operator !=()
104 TestLatticeVal(nullptr, TestLatticeVal::UndefinedVal), in TestLatticeFunc()
105 TestLatticeVal(nullptr, TestLatticeVal::OverdefinedVal), in TestLatticeFunc()
106 TestLatticeVal(nullptr, TestLatticeVal::UntrackedVal)) {} in TestLatticeFunc()
114 return TestLatticeVal(C, TestLatticeVal::ConstantVal); in ComputeLatticeVal()
122 TestLatticeVal MergeValues(TestLatticeVal X, TestLatticeVal Y) override { in MergeValues()
[all …]