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

  /external/llvm/include/llvm/
PassManagers.h 380 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
382 bool isPassDebuggingExecutionsOrMore() const;
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 381 if (isPassDebuggingExecutionsOrMore()) {
  /external/llvm/lib/VMCore/
PassManager.cpp 111 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
113 bool PMDataManager::isPassDebuggingExecutionsOrMore() const {
    [all...]

Completed in 71 milliseconds