Home
last modified time | relevance | path

Searched refs:PassDebugging (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DLegacyPassManager.cpp51 PassDebugging("debug-pass", cl::Hidden, variable
115 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
759 if (PassDebugging < Structure) in dumpPasses()
777 if (PassDebugging < Arguments) in dumpArguments()
898 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
922 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
945 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1157 if (PassDebugging < Executions) in dumpPassInfo()
1199 if (PassDebugging < Details) in dumpRequiredSet()
1208 if (PassDebugging < Details) in dumpPreservedSet()
[all …]