Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DPassManager.cpp49 PassDebugging("debug-pass", cl::Hidden, variable
114 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
712 if (PassDebugging < Structure) in dumpPasses()
731 if (PassDebugging < Arguments) in dumpArguments()
864 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
888 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
911 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1129 if (PassDebugging < Executions) in dumpPassInfo()
1170 if (PassDebugging < Details) in dumpRequiredSet()
1179 if (PassDebugging < Details) in dumpPreservedSet()
[all …]