Searched refs:getPredicateInfoFor (Results 1 – 6 of 6) sorted by relevance
61 const PredicateBase *getPredicateInfoFor(Instruction *I);
186 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()1228 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()1587 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver1588 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
865 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
550 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()