Home
last modified time | relevance | path

Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h82 const PredicateBase *getPredicateInfoFor(Instruction *I);
H A DPredicateInfo.h38 /// Using getPredicateInfoFor on x.0 will give you the comparison it is
187 const PredicateBase *getPredicateInfoFor(const Value *V) const {
188 const PredicateBase *getPredicateInfoFor(const Value *V) const { getPredicateInfoFor() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp699 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor
703 return It->second->getPredicateInfoFor(I); in getPredicateInfoFor()
1779 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()
2055 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver
2056 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
H A DPredicateInfo.cpp832 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()
868 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp255 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1566 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()
1863 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()
1904 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()
4095 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()