Searched refs:PassDebugging (Results 1 – 2 of 2) sorted by relevance
50 static cl::opt<enum PassDebugLevel> PassDebugging( variable62 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()236 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()805 if (PassDebugging < Structure) in dumpPasses()822 if (PassDebugging < Arguments) in dumpArguments()912 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()934 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()957 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()1115 if (PassDebugging < Details) in dumpLastUses()1144 if (PassDebugging < Executions) in dumpPassInfo()[all …]
29470 {"_ZN4llvmL13PassDebuggingE", "llvm::PassDebugging"},