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