Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h70 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
71 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {} in Pass()
76 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {} in ModuleToPostOrderCGSCCPassAdaptor()
78 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {} in ModuleToPostOrderCGSCCPassAdaptor()
83 swap(LHS.DebugLogging, RHS.DebugLogging); in swap()
102 if (DebugLogging) in run()
134 bool DebugLogging; variable
141 createModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false) {
142 return ModuleToPostOrderCGSCCPassAdaptor<CGSCCPassT>(std::move(Pass), DebugLogging);
168 explicit CGSCCToFunctionPassAdaptor(FunctionPassT Pass, bool DebugLogging = false)
[all …]
/external/llvm/lib/Passes/
DPassBuilder.cpp236 bool DebugLogging) { in addPerModuleDefaultPipeline() argument
238 FunctionPassManager EarlyFPM(DebugLogging); in addPerModuleDefaultPipeline()
249 bool DebugLogging) { in addLTOPreLinkDefaultPipeline() argument
251 addPerModuleDefaultPipeline(MPM, Level, DebugLogging); in addLTOPreLinkDefaultPipeline()
256 bool DebugLogging) { in addLTODefaultPipeline() argument
258 FunctionPassManager LateFPM(DebugLogging); in addLTODefaultPipeline()
320 bool DebugLogging) { in parseModulePassName() argument
337 addPerModuleDefaultPipeline(MPM, L, DebugLogging); in parseModulePassName()
339 addLTOPreLinkDefaultPipeline(MPM, L, DebugLogging); in parseModulePassName()
342 addLTODefaultPipeline(MPM, L, DebugLogging); in parseModulePassName()
[all …]
/external/llvm/include/llvm/Passes/
DPassBuilder.h174 bool DebugLogging = false);
185 bool DebugLogging = false);
194 bool DebugLogging = false);
225 bool VerifyEachPass = true, bool DebugLogging = false);
246 bool DebugLogging);
252 bool VerifyEachPass, bool DebugLogging);
255 bool DebugLogging);
257 bool VerifyEachPass, bool DebugLogging);
259 bool VerifyEachPass, bool DebugLogging);
/external/llvm/include/llvm/IR/
DPassManager.h231 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
236 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager()
239 DebugLogging = std::move(RHS.DebugLogging);
247 if (DebugLogging) in run()
251 if (DebugLogging) in run()
274 if (DebugLogging) in run()
294 bool DebugLogging; variable
486 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
493 DebugLogging(std::move(Arg.DebugLogging)) {} in AnalysisManager()
497 DebugLogging = std::move(RHS.DebugLogging);
[all …]