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.h137 const ValueLatticeElement &getLatticeValueFor(Value *V) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp110 return Solver.getLatticeValueFor(Op).asConstantRange( in refineInstruction()
179 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in replaceSignedInst()
785 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in llvm::SCCPInstVisitor
976 const ValueLatticeElement &LV = getLatticeValueFor(V); in getConstantOrNull()
2123 const ValueLatticeElement &SCCPSolver::getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in SCCPSolver
2124 return Visitor->getLatticeValueFor(V); in getLatticeValueFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp92 return !SCCPSolver::isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
H A DFunctionSpecialization.cpp1064 : SCCPSolver::isOverdefined(Solver.getLatticeValueFor(A)); in isArgumentInteresting()