Home
last modified time | relevance | path

Searched refs:PassDebugging (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp55 static cl::opt<enum PassDebugLevel> PassDebugging( variable
67 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 …]