Searched refs:getPredicateInfoFor (Results 1 – 5 of 5) sorted by relevance
87 LLVM_ABI const PredicateBase *getPredicateInfoFor(Instruction *I);
187 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
747 if (It->second->getPredicateInfoFor(&Inst)) { in removeSSACopies()762 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor766 return It->second->getPredicateInfoFor(I); in getPredicateInfoFor()1906 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()2167 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver2168 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
786 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()823 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
1607 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()1904 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()1945 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()4124 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()