Lines Matching refs:PassDebugging
50 static cl::opt<enum PassDebugLevel> PassDebugging( variable
62 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
240 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
816 if (PassDebugging < Structure) in dumpPasses()
834 if (PassDebugging < Arguments) in dumpArguments()
934 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
956 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
979 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1149 if (PassDebugging < Details) in dumpLastUses()
1181 if (PassDebugging < Executions) in dumpPassInfo()
1220 if (PassDebugging < Details) in dumpRequiredSet()
1229 if (PassDebugging < Details) in dumpPreservedSet()
1238 if (PassDebugging < Details) in dumpUsedSet()
1248 assert(PassDebugging >= Details); in dumpAnalysisUsage()