Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h137 const ValueLatticeElement &getLatticeValueFor(Value *V) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp118 return getConstantRange(Solver.getLatticeValueFor(Op), Op->getType(), in refineInstruction()
166 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in replaceSignedInst()
761 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in llvm::SCCPInstVisitor
932 const ValueLatticeElement &LV = getLatticeValueFor(V); in getConstantOrNull()
2067 const ValueLatticeElement &SCCPSolver::getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in SCCPSolver
2068 return Visitor->getLatticeValueFor(V); in getLatticeValueFor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp92 return !SCCPSolver::isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
H A DFunctionSpecialization.cpp1062 : SCCPSolver::isOverdefined(Solver.getLatticeValueFor(A)); in isArgumentInteresting()