/external/llvm-project/llvm/include/llvm/Passes/ |
D | StandardInstrumentations.h | 67 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
|
D | PassBuilder.h | 135 bool DebugLogging; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 398 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/ |
D | PassBuilder.cpp | 236 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/ |
D | CGSCCPassManager.h | 134 bool DebugLogging; variable 224 bool DebugLogging; variable
|
/external/llvm/include/llvm/IR/ |
D | PassManager.h | 231 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 294 bool DebugLogging; variable 486 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument 648 bool DebugLogging; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachinePassManager.h | 47 : 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/ |
D | PassManager.h | 471 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
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PassManagerImpl.h | 24 bool DebugLogging) in AnalysisManager()
|
D | PassManager.h | 472 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 585 bool DebugLogging; variable 939 bool DebugLogging; variable
|
/external/llvm-project/polly/lib/Support/ |
D | RegisterPasses.cpp | 681 bool DebugLogging) { in parseTopLevelPipeline()
|
/external/llvm-project/llvm/unittests/IR/ |
D | PassBuilderCallbacksTest.cpp | 1146 bool DebugLogging) { in TEST_F()
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassBuilder.cpp | 433 PassBuilder::PassBuilder(bool DebugLogging, TargetMachine *TM, in PassBuilder()
|