Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h78 const PredicateBase *getPredicateInfoFor(Instruction *I);
H A DPredicateInfo.h188 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp335 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor
339 return A->second.PredInfo->getPredicateInfoFor(I); in getPredicateInfoFor()
1259 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()
1524 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver
1525 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
H A DPredicateInfo.cpp855 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()
903 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp604 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
H A DNewGVN.cpp1563 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()
1843 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()
1884 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()
4076 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()