Searched refs:DebugLogging (Results 1 – 3 of 3) sorted by relevance
212 bool DebugLogging) { in parseFunctionPassPipeline() argument216 FunctionPassManager NestedFPM(DebugLogging); in parseFunctionPassPipeline()221 DebugLogging) || in parseFunctionPassPipeline()251 bool DebugLogging) { in parseCGSCCPassPipeline() argument255 CGSCCPassManager NestedCGPM(DebugLogging); in parseCGSCCPassPipeline()260 DebugLogging) || in parseCGSCCPassPipeline()269 FunctionPassManager NestedFPM(DebugLogging); in parseCGSCCPassPipeline()274 DebugLogging) || in parseCGSCCPassPipeline()303 bool DebugLogging) { in parseModulePassPipeline() argument307 ModulePassManager NestedMPM(DebugLogging); in parseModulePassPipeline()[all …]
185 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument190 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; variable422 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function429 DebugLogging(std::move(Arg.DebugLogging)) {} in AnalysisManager()433 DebugLogging = std::move(RHS.DebugLogging);[all …]
88 bool VerifyEachPass = true, bool DebugLogging = false);96 bool DebugLogging);98 bool VerifyEachPass, bool DebugLogging);100 bool VerifyEachPass, bool DebugLogging);