Lines Matching refs:PassDebugging
55 PassDebugging("debug-pass", cl::Hidden, variable
140 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
857 if (PassDebugging < Structure) in dumpPasses()
875 if (PassDebugging < Arguments) in dumpArguments()
981 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
1004 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
1027 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1234 if (PassDebugging < Executions) in dumpPassInfo()
1276 if (PassDebugging < Details) in dumpRequiredSet()
1285 if (PassDebugging < Details) in dumpPreservedSet()
1294 if (PassDebugging < Details) in dumpUsedSet()
1304 assert(PassDebugging >= Details); in dumpAnalysisUsage()