Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance
92 const PredicateBase *getPredicateInfoFor(Instruction *I);
188 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
568 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor572 return A->second.PredInfo->getPredicateInfoFor(I); in getPredicateInfoFor()1550 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()1813 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver1814 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
855 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()903 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
252 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
1559 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()1850 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()1891 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()4074 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()