Home
last modified time | relevance | path

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

/external/llvm/lib/Passes/
DPassBuilder.cpp212 bool DebugLogging) { in parseFunctionPassPipeline() argument
216 FunctionPassManager NestedFPM(DebugLogging); in parseFunctionPassPipeline()
221 DebugLogging) || in parseFunctionPassPipeline()
251 bool DebugLogging) { in parseCGSCCPassPipeline() argument
255 CGSCCPassManager NestedCGPM(DebugLogging); in parseCGSCCPassPipeline()
260 DebugLogging) || in parseCGSCCPassPipeline()
269 FunctionPassManager NestedFPM(DebugLogging); in parseCGSCCPassPipeline()
274 DebugLogging) || in parseCGSCCPassPipeline()
303 bool DebugLogging) { in parseModulePassPipeline() argument
307 ModulePassManager NestedMPM(DebugLogging); in parseModulePassPipeline()
[all …]
/external/llvm/include/llvm/IR/
DPassManager.h185 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
190 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager()
193 DebugLogging = std::move(RHS.DebugLogging);
201 if (DebugLogging)
205 if (DebugLogging)
229 if (DebugLogging)
251 bool DebugLogging; variable
422 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
429 DebugLogging(std::move(Arg.DebugLogging)) {} in AnalysisManager()
433 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);