Home
last modified time | relevance | path

Searched refs:DebugLogging (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp398 bool DebugLogging) { in buildFunctionSimplificationPipeline() argument
400 FunctionPassManager FPM(DebugLogging); in buildFunctionSimplificationPipeline()
464 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging); in buildFunctionSimplificationPipeline()
500 std::move(LPM1), EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline()
507 std::move(LPM2), /*UseMemorySSA=*/false, DebugLogging)); in buildFunctionSimplificationPipeline()
548 EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline()
570 void PassBuilder::addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, in addPGOInstrPasses() argument
591 CGSCCPassManager CGPipeline(DebugLogging); in addPGOInstrPasses()
626 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in addPGOInstrPasses()
640 bool DebugLogging, bool RunProfileGen, in addPGOInstrPassesForO0() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h287 bool DebugLogging = false);
307 bool DebugLogging = false);
323 bool DebugLogging = false,
338 bool DebugLogging = false,
355 bool DebugLogging = false);
369 buildThinLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
385 bool DebugLogging = false);
399 bool DebugLogging,
437 bool DebugLogging = false);
448 bool DebugLogging = false);
[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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h471 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
479 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager()
483 DebugLogging = std::move(RHS.DebugLogging);
501 if (DebugLogging) in run()
506 if (DebugLogging) in run()
543 if (DebugLogging) in run()
564 bool DebugLogging; variable
730 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
748 if (DebugLogging) in clear()
864 if (DebugLogging) in invalidate()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp29 if (DebugLogging) in run()
36 if (DebugLogging) in run()
89 if (DebugLogging) in run()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h267 bool DebugLogging = false)
268 : Pass(std::move(Pass)), LoopCanonicalizationFPM(DebugLogging),
413 bool DebugLogging = false) {
415 DebugLogging);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp63 if (DebugLogging) in run()
71 if (DebugLogging) in run()
125 if (DebugLogging) in run()