HomeSort by relevance Sort by last modified time
    Searched refs:isCFGOnlyPass (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Pass.cpp 234 if (P->isCFGOnlyPass())
  /external/llvm/include/llvm/
PassSupport.h 47 const bool IsCFGOnlyPass; // Pass only looks at the CFG.
60 IsCFGOnlyPass(isCFGOnly),
67 IsCFGOnlyPass(false),
95 /// isCFGOnlyPass - return true if this pass only looks at the CFG for the
97 bool isCFGOnlyPass() const { return IsCFGOnlyPass; }

Completed in 108 milliseconds