HomeSort by: relevance | last modified time | path
    Searched refs:getPredicateInfoFor (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SCCPSolver.h 61 const PredicateBase *getPredicateInfoFor(Instruction *I);
PredicateInfo.h 38 /// Using getPredicateInfoFor on x.0 will give you the comparison it is
186 const PredicateBase *getPredicateInfoFor(const Value *V) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 339 const PredicateBase *getPredicateInfoFor(Instruction *I) {
343 return A->second.PredInfo->getPredicateInfoFor(I);
1228 const auto *PI = getPredicateInfoFor(&CB);
1587 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) {
1588 return Visitor->getPredicateInfoFor(I);
PredicateInfo.cpp 865 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp 550 if (Solver.getPredicateInfoFor(Inst)) {
NewGVN.cpp 1555 auto *PI = PredInfo->getPredicateInfoFor(I);
1820 auto *CmpPI = PredInfo->getPredicateInfoFor(I);
1861 auto *PI = PredInfo->getPredicateInfoFor(Op);
4044 auto *PI = PredInfo->getPredicateInfoFor(ReplacedInst);

Completed in 23 milliseconds