Searched refs:DebugLogging (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp398 bool DebugLogging) {
400 FunctionPassManager FPM(DebugLogging);
464 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging);
500 std::move(LPM1), EnableMSSALoopDependency, DebugLogging));
507 std::move(LPM2), /*UseMemorySSA=*/false, DebugLogging));
548 EnableMSSALoopDependency, DebugLogging));
570 void PassBuilder::addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, argument
591 CGSCCPassManager CGPipeline(DebugLogging);
626 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging));
396 buildFunctionSimplificationPipeline(OptimizationLevel Level, ThinLTOPhase Phase, bool DebugLogging) argument
639 addPGOInstrPassesForO0(ModulePassManager &MPM, bool DebugLogging, bool RunProfileGen, bool IsCS, std::string ProfileFile, std::string ProfileRemappingFile) argument
673 buildModuleSimplificationPipeline(OptimizationLevel Level, ThinLTOPhase Phase, bool DebugLogging) argument
857 buildModuleOptimizationPipeline( OptimizationLevel Level, bool DebugLogging, bool LTOPreLink) argument
1042 buildPerModuleDefaultPipeline(OptimizationLevel Level, bool DebugLogging, bool LTOPreLink) argument
1069 buildThinLTOPreLinkDefaultPipeline(OptimizationLevel Level, bool DebugLogging) argument
1107 buildThinLTODefaultPipeline( OptimizationLevel Level, bool DebugLogging, const ModuleSummaryIndex *ImportSummary) argument
1149 buildLTOPreLinkDefaultPipeline(OptimizationLevel Level, bool DebugLogging) argument
1158 buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging, ModuleSummaryIndex *ExportSummary) argument
1827 parseModulePass(ModulePassManager &MPM, const PipelineElement &E, bool VerifyEachPass, bool DebugLogging) argument
2327 parsePassPipeline(CGSCCPassManager &CGPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
2352 parsePassPipeline(FunctionPassManager &FPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
2376 parsePassPipeline(LoopPassManager &CGPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h287 bool DebugLogging = false);
307 bool DebugLogging = false);
323 bool DebugLogging = false,
338 bool DebugLogging = false,
355 bool DebugLogging = false);
369 buildThinLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
385 bool DebugLogging = false);
399 bool DebugLogging,
437 bool DebugLogging = false);
448 bool DebugLogging
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp137 bool DebugLogging) {
140 [&PB, VerifyEachPass, DebugLogging](
144 DebugLogging));
149 [&PB, VerifyEachPass, DebugLogging](
153 VerifyEachPass, DebugLogging));
157 [&PB, VerifyEachPass, DebugLogging](
161 VerifyEachPass, DebugLogging));
166 [&PB, VerifyEachPass, DebugLogging](
170 VerifyEachPass, DebugLogging));
174 [&PB, VerifyEachPass, DebugLogging](
136 registerEPCallbacks(PassBuilder &PB, bool VerifyEachPass, bool DebugLogging) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp29 if (DebugLogging)
36 if (DebugLogging)
89 if (DebugLogging)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h470 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
471 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
479 DebugLogging(std::move(Arg.DebugLogging)) {}
483 DebugLogging = std::move(RHS.DebugLogging);
501 if (DebugLogging)
506 if (DebugLogging)
564 bool DebugLogging; member in class:llvm::PassManager
1015 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h267 bool DebugLogging = false)
268 : Pass(std::move(Pass)), LoopCanonicalizationFPM(DebugLogging),
413 bool DebugLogging = false) {
415 DebugLogging);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp63 if (DebugLogging)
71 if (DebugLogging)
125 if (DebugLogging)

Completed in 218 milliseconds