Searched refs:PassDebugging (Results 1 – 1 of 1) sorted by relevance
51 static cl::opt<enum PassDebugLevel> PassDebugging( variable63 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()[all …]