Searched refs:DebugLogging (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 367 FunctionPassManager FPM(DebugLogging); in buildFunctionSimplificationPipeline() 425 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging); in buildFunctionSimplificationPipeline() 588 ModulePassManager MPM(DebugLogging); in buildModuleSimplificationPipeline() 744 ModulePassManager MPM(DebugLogging); in buildModuleOptimizationPipeline() 898 ModulePassManager MPM(DebugLogging); in buildPerModuleDefaultPipeline() 925 ModulePassManager MPM(DebugLogging); in buildThinLTOPreLinkDefaultPipeline() 962 ModulePassManager MPM(DebugLogging); in buildThinLTODefaultPipeline() 1015 ModulePassManager MPM(DebugLogging); in buildLTODefaultPipeline() 1120 FunctionPassManager FPM(DebugLogging); in buildLTODefaultPipeline() 1532 CGSCCPassManager CGPM(DebugLogging); in parseModulePass() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 242 bool DebugLogging = false); 262 bool DebugLogging = false); 308 bool DebugLogging = false); 352 bool DebugLogging, 390 bool DebugLogging = false); 401 bool DebugLogging = false); 404 bool DebugLogging = false); 407 bool DebugLogging = false); 586 bool VerifyEachPass, bool DebugLogging); 588 bool VerifyEachPass, bool DebugLogging); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 146 bool DebugLogging) { in registerEPCallbacks() argument 149 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 153 DebugLogging)); in registerEPCallbacks() 158 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 162 VerifyEachPass, DebugLogging)); in registerEPCallbacks() 166 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 175 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 183 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 191 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 202 DebugLogging)); in registerEPCallbacks() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 464 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 472 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager() 476 DebugLogging = std::move(RHS.DebugLogging); 494 if (DebugLogging) in run() 536 if (DebugLogging) in run() 557 bool DebugLogging; variable 723 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 741 if (DebugLogging) in clear() 857 if (DebugLogging) in invalidate() 983 if (DebugLogging) in invalidateImpl() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 30 if (DebugLogging) in run() 37 if (DebugLogging) in run() 90 if (DebugLogging) in run()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 267 explicit FunctionToLoopPassAdaptor(LoopPassT Pass, bool DebugLogging = false) 268 : Pass(std::move(Pass)), LoopCanonicalizationFPM(DebugLogging) { 407 createFunctionToLoopPassAdaptor(LoopPassT Pass, bool DebugLogging = false) { 408 return FunctionToLoopPassAdaptor<LoopPassT>(std::move(Pass), DebugLogging);
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 64 if (DebugLogging) in run() 72 if (DebugLogging) in run() 120 if (DebugLogging) in run()
|