Lines Matching refs:PassDebugging
51 static cl::opt<enum PassDebugLevel> PassDebugging( variable
63 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
241 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
824 if (PassDebugging < Structure) in dumpPasses()
842 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()
1157 if (PassDebugging < Details) in dumpLastUses()
1189 if (PassDebugging < Executions) in dumpPassInfo()
1228 if (PassDebugging < Details) in dumpRequiredSet()
1237 if (PassDebugging < Details) in dumpPreservedSet()
1246 if (PassDebugging < Details) in dumpUsedSet()
1256 assert(PassDebugging >= Details); in dumpAnalysisUsage()