Home
last modified time | relevance | path

Searched refs:ThinOrFullLTOPhase (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h29 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
38 ThinOrFullLTOPhase LTOPhase;
/netbsd/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp522 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink()
523 return Phase == ThinOrFullLTOPhase::ThinLTOPreLink || in isLTOPreLink()
524 Phase == ThinOrFullLTOPhase::FullLTOPreLink; in isLTOPreLink()
1039 Phase != ThinOrFullLTOPhase::ThinLTOPostLink) in buildModuleSimplificationPipeline()
1106 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink && in buildModuleSimplificationPipeline()
1107 Phase != ThinOrFullLTOPhase::FullLTOPreLink) in buildModuleSimplificationPipeline()
1127 if (Phase == ThinOrFullLTOPhase::ThinLTOPostLink) in buildModuleSimplificationPipeline()
1504 Level, LTOPreLink ? ThinOrFullLTOPhase::FullLTOPreLink in buildPerModuleDefaultPipeline()
1505 : ThinOrFullLTOPhase::None)); in buildPerModuleDefaultPipeline()
1546 Level, ThinOrFullLTOPhase::ThinLTOPreLink)); in buildThinLTOPreLinkDefaultPipeline()
[all …]
H A DPassRegistry.def102 buildInlinerPipeline(OptimizationLevel::Oz, ThinOrFullLTOPhase::None))
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h330 ThinOrFullLTOPhase Phase);
348 ThinOrFullLTOPhase Phase);
353 ThinOrFullLTOPhase Phase);
708 ThinOrFullLTOPhase Phase);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp351 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader()
428 ThinOrFullLTOPhase LTOPhase;
477 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None) in SampleProfileLoaderLegacyPass()
1083 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1103 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1357 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1403 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1768 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink); in doInitialization()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/
H A DPass.h73 enum class ThinOrFullLTOPhase { enum