Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance
82 const PredicateBase *getPredicateInfoFor(Instruction *I);
38 /// Using getPredicateInfoFor on x.0 will give you the comparison it is187 const PredicateBase *getPredicateInfoFor(const Value *V) const {188 const PredicateBase *getPredicateInfoFor(const Value *V) const { getPredicateInfoFor() function
699 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor703 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 SCCPSolver2056 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
832 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()868 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
255 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
1566 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()