Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance
82 const PredicateBase *getPredicateInfoFor(Instruction *I);
187 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
675 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor679 return It->second->getPredicateInfoFor(I); in getPredicateInfoFor()1728 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()1999 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver2000 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
834 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()870 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
256 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
1562 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()1859 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()1900 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()4090 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()