Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp50 static cl::opt<enum PassDebugLevel> PassDebugging( variable
62 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore()
240 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
816 if (PassDebugging < Structure) in dumpPasses()
834 if (PassDebugging < Arguments) in dumpArguments()
934 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
956 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
979 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1149 if (PassDebugging < Details) in dumpLastUses()
1181 if (PassDebugging < Executions) in dumpPassInfo()
[all …]