Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h82 const PredicateBase *getPredicateInfoFor(Instruction *I);
H A DPredicateInfo.h187 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp675 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in llvm::SCCPInstVisitor
679 return It->second->getPredicateInfoFor(I); in getPredicateInfoFor()
1728 const auto *PI = getPredicateInfoFor(&CB); in handleCallResult()
1999 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in SCCPSolver
2000 return Visitor->getPredicateInfoFor(I); in getPredicateInfoFor()
H A DPredicateInfo.cpp834 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys()
870 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp256 if (Solver.getPredicateInfoFor(&Inst)) { in runIPSCCP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1562 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()
1859 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()
1900 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()
4090 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()