Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h147 LLVM_ABI const ValueLatticeElement &getLatticeValueFor(Value *V) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp99 return Solver.getLatticeValueFor(Op).asConstantRange(Op->getType(), in getRange()
420 getLatticeValueFor(&A)); in inferArgAttributes()
851 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in llvm::SCCPInstVisitor
1076 const ValueLatticeElement &LV = getLatticeValueFor(V); in getConstantOrNull()
2240 const ValueLatticeElement &SCCPSolver::getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in SCCPSolver
2241 return Visitor->getLatticeValueFor(V); in getLatticeValueFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp90 return !SCCPSolver::isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
H A DFunctionSpecialization.cpp491 const ValueLatticeElement &OtherLV = Solver.getLatticeValueFor(V); in visitCmpInst()
1141 : SCCPSolver::isOverdefined(Solver.getLatticeValueFor(A)); in isArgumentInteresting()