Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp50 static cl::opt<enum PassDebugLevel> PassDebugging( variable
62 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29470 {"_ZN4llvmL13PassDebuggingE", "llvm::PassDebugging"},