Lines Matching refs:PassDebugging
55 static cl::opt<enum PassDebugLevel> PassDebugging( variable
67 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
245 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
823 if (PassDebugging < Structure) in dumpPasses()
841 if (PassDebugging < Arguments) in dumpArguments()
942 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
964 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
987 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1158 if (PassDebugging < Details) in dumpLastUses()
1190 if (PassDebugging < Executions) in dumpPassInfo()
1229 if (PassDebugging < Details) in dumpRequiredSet()
1238 if (PassDebugging < Details) in dumpPreservedSet()
1247 if (PassDebugging < Details) in dumpUsedSet()
1257 assert(PassDebugging >= Details); in dumpAnalysisUsage()