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()
822 if (PassDebugging < Structure) in dumpPasses()
839 if (PassDebugging < Arguments) in dumpArguments()
939 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
961 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
984 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1154 if (PassDebugging < Details) in dumpLastUses()
1186 if (PassDebugging < Executions) in dumpPassInfo()
1225 if (PassDebugging < Details) in dumpRequiredSet()
1234 if (PassDebugging < Details) in dumpPreservedSet()
1243 if (PassDebugging < Details) in dumpUsedSet()
1253 assert(PassDebugging >= Details); in dumpAnalysisUsage()