Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h92 const PredicateBase *getPredicateInfoFor(Instruction *I);
H A DPredicateInfo.h188 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp568 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor
572 return A->second.PredInfo->getPredicateInfoFor(I); in getPredicateInfoFor()
1550 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()
1813 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver
1814 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
H A DPredicateInfo.cpp855 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()
903 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp252 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1559 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()
1850 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()
1891 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()
4074 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()