Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h61 const PredicateBase *getPredicateInfoFor(Instruction *I);
H A DPredicateInfo.h186 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp339 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor
343 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 SCCPSolver
1588 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
H A DPredicateInfo.cpp865 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp550 if (Solver.getPredicateInfoFor(Inst)) { in runIPSCCP()
H A DNewGVN.cpp1555 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()