Lines Matching refs:PassDebugging
52 PassDebugging("debug-pass", cl::Hidden, variable
128 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
755 if (PassDebugging < Structure) in dumpPasses()
773 if (PassDebugging < Arguments) in dumpArguments()
887 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
911 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
934 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1146 if (PassDebugging < Executions) in dumpPassInfo()
1188 if (PassDebugging < Details) in dumpRequiredSet()
1197 if (PassDebugging < Details) in dumpPreservedSet()
1206 if (PassDebugging < Details) in dumpUsedSet()
1216 assert(PassDebugging >= Details); in dumpAnalysisUsage()