Home
last modified time | relevance | path

Searched defs:isOverdefined (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h253 bool isOverdefined() const { return Tag == overdefined; } in isOverdefined() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp52 bool SCCPSolver::isOverdefined(const ValueLatticeElement &LV) { in isOverdefined() function in llvm::SCCPSolver