Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h222 const PredicateBase *getPredicateInfoFor(const Value *V) const { in getPredicateInfoFor() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp761 const auto *PI = PredInfo.getPredicateInfoFor(Inst); in replaceCreatedSSACopys()
809 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1530 auto *PI = PredInfo->getPredicateInfoFor(I); in performSymbolicPredicateInfoEvaluation()
1871 auto *CmpPI = PredInfo->getPredicateInfoFor(I); in performSymbolicCmpEvaluation()
1909 auto *PI = PredInfo->getPredicateInfoFor(Op); in performSymbolicCmpEvaluation()
4117 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst); in eliminateInstructions()