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

  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 380 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
382 bool isPassDebuggingExecutionsOrMore() const;
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 391 if (isPassDebuggingExecutionsOrMore()) {
  /external/llvm/lib/IR/
LegacyPassManager.cpp 113 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
115 bool PMDataManager::isPassDebuggingExecutionsOrMore() const {
    [all...]

Completed in 1820 milliseconds