Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h222 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp258 const PredicateBase *getPredicateInfoFor(Instruction *I) { in getPredicateInfoFor() function in __anon86856d210111::SCCPSolver
262 return A->second.PredInfo->getPredicateInfoFor(I); in getPredicateInfoFor()
1170 auto *PI = getPredicateInfoFor(I); in visitCallSite()
2087 if (Solver.getPredicateInfoFor(Inst)) { in runIPSCCP()
H A DNewGVN.cpp1533 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()
1874 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()
1912 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()
4086 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp760 const auto *PI = PredInfo.getPredicateInfoFor(Inst); in replaceCreatedSSACopys()
808 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()