Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance
78 const PredicateBase *getPredicateInfoFor(Instruction *I);
188 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
335 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor339 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 SCCPSolver1525 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()
604 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
1563 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()