Home
last modified time | relevance | path

Searched refs:getPredicateInfoFor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h87 LLVM_ABI const PredicateBase *getPredicateInfoFor(Instruction *I);
H A DPredicateInfo.h187 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp747 if (It->second->getPredicateInfoFor(&Inst)) { in removeSSACopies()
762 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor
766 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 SCCPSolver
2168 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
H A DPredicateInfo.cpp786 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()
823 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1607 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()