Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance
61 const PredicateBase *getPredicateInfoFor(Instruction *I);
188 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
339 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor343 return A->second.PredInfo->getPredicateInfoFor(I); in getPredicateInfoFor()1258 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()1617 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver1618 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
863 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()911 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
545 if (Solver.getPredicateInfoFor(Inst)) { in runIPSCCP()
1555 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()1820 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()1861 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()4044 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()