Home
last modified time | relevance | path

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

/external/llvm/lib/Passes/
DPassBuilder.cpp216 bool DebugLogging) { in parseFunctionPassPipeline() argument
220 FunctionPassManager NestedFPM(DebugLogging); in parseFunctionPassPipeline()
225 DebugLogging) || in parseFunctionPassPipeline()
255 bool DebugLogging) { in parseCGSCCPassPipeline() argument
259 CGSCCPassManager NestedCGPM(DebugLogging); in parseCGSCCPassPipeline()
264 DebugLogging) || in parseCGSCCPassPipeline()
273 FunctionPassManager NestedFPM(DebugLogging); in parseCGSCCPassPipeline()
278 DebugLogging) || in parseCGSCCPassPipeline()
307 bool DebugLogging) { in parseModulePassPipeline() argument
311 ModulePassManager NestedMPM(DebugLogging); in parseModulePassPipeline()
[all …]
/external/llvm/include/llvm/IR/
DPassManager.h185 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
190 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager()
193 DebugLogging = std::move(RHS.DebugLogging);
201 if (DebugLogging)
205 if (DebugLogging)
230 if (DebugLogging)
252 bool DebugLogging; variable
423 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
430 DebugLogging(std::move(Arg.DebugLogging)) {} in AnalysisManager()
434 DebugLogging = std::move(RHS.DebugLogging);
[all …]
/external/llvm/include/llvm/Passes/
DPassBuilder.h88 bool VerifyEachPass = true, bool DebugLogging = false);
96 bool DebugLogging);
98 bool VerifyEachPass, bool DebugLogging);
100 bool VerifyEachPass, bool DebugLogging);