Searched refs:getPredicateInfoFor (Results 1 – 4 of 4) sorted by relevance
222 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
258 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in __anon86856d210111::SCCPSolver262 return A->second.PredInfo->getPredicateInfoFor(I); in getPredicateInfoFor()1170 auto *PI = getPredicateInfoFor(I); in visitCallSite()2087 if (Solver.getPredicateInfoFor(Inst)) { in runIPSCCP()
1533 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()1874 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()1912 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()4086 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()
760 const auto *PI = PredInfo.getPredicateInfoFor(Inst); in replaceCreatedSSACopys()808 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()