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

  /external/llvm/lib/VMCore/
Pass.cpp 251 if (P->isCFGOnlyPass())
  /external/llvm/include/llvm/
PassSupport.h 46 const bool IsCFGOnlyPass; // Pass only looks at the CFG.
59 IsCFGOnlyPass(isCFGOnly),
66 IsCFGOnlyPass(false),
94 /// isCFGOnlyPass - return true if this pass only looks at the CFG for the
96 bool isCFGOnlyPass() const { return IsCFGOnlyPass; }

Completed in 14 milliseconds