Lines Matching refs:PassDebugging
51 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()
1217 if (PassDebugging < Details) in dumpUsedSet()
1227 assert(PassDebugging >= Details); in dumpAnalysisUsage()