Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Passes/
DStandardInstrumentations.h67 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()
84 PrintPassInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in PrintPassInstrumentation()
255 bool DebugLogging; variable
258 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
278 : PrintPass(DebugLogging), OptNone(DebugLogging), Verify(DebugLogging), in PrintPass() argument
DPassBuilder.h135 bool DebugLogging; variable
/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() function
294 bool DebugLogging; variable
486 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
648 bool DebugLogging; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachinePassManager.h47 : Base(DebugLogging), FAM(&FAM), MAM(&MAM) {} in Base() argument
139 : Base(DebugLogging), RequireCodeGenSCCOrder(RequireCodeGenSCCOrder), in Base() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h471 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
564 bool DebugLogging; variable
730 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
1015 bool DebugLogging; variable
/external/llvm-project/llvm/include/llvm/IR/
DPassManagerImpl.h24 bool DebugLogging) in AnalysisManager()
DPassManager.h472 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
585 bool DebugLogging; variable
939 bool DebugLogging; variable
/external/llvm-project/polly/lib/Support/
DRegisterPasses.cpp681 bool DebugLogging) { in parseTopLevelPipeline()
/external/llvm-project/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp1146 bool DebugLogging) { in TEST_F()
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp433 PassBuilder::PassBuilder(bool DebugLogging, TargetMachine *TM, in PassBuilder()