Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp347 bool DebugLogging) { in buildFunctionSimplificationPipeline()
492 void PassBuilder::addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, in addPGOInstrPasses()
564 bool DebugLogging) { in buildModuleSimplificationPipeline()
713 bool DebugLogging) { in buildModuleOptimizationPipeline()
861 bool DebugLogging) { in buildPerModuleDefaultPipeline()
888 bool DebugLogging) { in buildThinLTOPreLinkDefaultPipeline()
926 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline()
971 bool DebugLogging) { in buildLTOPreLinkDefaultPipeline()
978 PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging, in buildLTODefaultPipeline()
1388 bool DebugLogging) { in parseModulePass()
[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() function
648 bool DebugLogging; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
500 bool DebugLogging; variable
640 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
916 bool DebugLogging; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DNewPMDriver.cpp133 bool DebugLogging) { in registerEPCallbacks()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp486 bool VerifyEachPass, bool DebugLogging) { in TEST_F()