Home
last modified time | relevance | path

Searched defs:DebugLogging (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp398 bool DebugLogging) { in buildFunctionSimplificationPipeline()
570 void PassBuilder::addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, in addPGOInstrPasses()
640 bool DebugLogging, bool RunProfileGen, in addPGOInstrPassesForO0()
675 bool DebugLogging) { in buildModuleSimplificationPipeline()
858 OptimizationLevel Level, bool DebugLogging, bool LTOPreLink) { in buildModuleOptimizationPipeline()
1043 bool DebugLogging, bool LTOPreLink) { in buildPerModuleDefaultPipeline()
1070 bool DebugLogging) { in buildThinLTOPreLinkDefaultPipeline()
1108 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline()
1150 bool DebugLogging) { in buildLTOPreLinkDefaultPipeline()
1158 PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging, in buildLTODefaultPipeline()
[all …]
/external/llvm/lib/Passes/
DPassBuilder.cpp236 bool DebugLogging) { in addPerModuleDefaultPipeline()
249 bool DebugLogging) { in addLTOPreLinkDefaultPipeline()
256 bool DebugLogging) { in addLTODefaultPipeline()
320 bool DebugLogging) { in parseModulePassName()
456 bool DebugLogging) { in parseLoopPassPipeline()
495 bool DebugLogging) { in parseFunctionPassPipeline()
548 bool DebugLogging) { in parseCGSCCPassPipeline()
615 bool DebugLogging) { in parseModulePassPipeline()
685 bool DebugLogging) { in parsePassPipeline()
/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h134 bool DebugLogging; variable
224 bool DebugLogging; variable
/external/llvm/include/llvm/IR/
DPassManager.h231 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
294 bool DebugLogging; variable
486 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
648 bool DebugLogging; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h471 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
564 bool DebugLogging; variable
730 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
1015 bool DebugLogging; variable