Searched defs:isOverdefined (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | ValueLattice.h | 253 bool isOverdefined() const { return Tag == overdefined; } isOverdefined() function |
/llvm-project/llvm/unittests/Analysis/ | ||
H A D | SparsePropagation.cpp | 73 bool isOverdefined() const { return LatticeVal.getInt() == OverdefinedVal; } in isOverdefined() function in __anon6c64d6440211::TestLatticeVal |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SCCPSolver.cpp | 60 bool SCCPSolver::isOverdefined(const ValueLatticeElement &LV) { isOverdefined() function in llvm::SCCPSolver |