Home
last modified time | relevance | path

Searched refs:ThinLTOPostLink (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1043 Phase != ThinOrFullLTOPhase::ThinLTOPostLink) in buildModuleSimplificationPipeline()
1053 !(FlattenedProfileUsed && Phase == ThinOrFullLTOPhase::ThinLTOPostLink); in buildModuleSimplificationPipeline()
1069 if (Phase == ThinOrFullLTOPhase::ThinLTOPostLink && !LoadSampleProfile) in buildModuleSimplificationPipeline()
1075 if (Phase != ThinOrFullLTOPhase::ThinLTOPostLink) { in buildModuleSimplificationPipeline()
1125 if (Phase == ThinOrFullLTOPhase::ThinLTOPostLink) in buildModuleSimplificationPipeline()
1160 const bool IsPreLink = Phase != ThinOrFullLTOPhase::ThinLTOPostLink; in buildModuleSimplificationPipeline()
1555 LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink)); in buildModuleOptimizationPipeline()
1726 Level, ThinOrFullLTOPhase::ThinLTOPostLink)); in buildThinLTODefaultPipeline()
1730 Level, ThinOrFullLTOPhase::ThinLTOPostLink)); in buildThinLTODefaultPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPass.h82 ThinLTOPostLink, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp557 case (ThinOrFullLTOPhase::ThinLTOPostLink): in getLTOPhase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1966 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink); in doInitialization()