Home
last modified time | relevance | path

Searched defs:LTOPhase (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h44 OpenMPOptPass(ThinOrFullLTOPhase LTOPhase) OpenMPOptPass() argument
55 OpenMPOptCGSCCPass(ThinOrFullLTOPhase LTOPhase) OpenMPOptCGSCCPass() argument
H A DSampleProfile.h43 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None, variable
H A DModuleInliner.h43 const ThinOrFullLTOPhase LTOPhase; variable
H A DInliner.h53 const ThinOrFullLTOPhase LTOPhase; variable
H A DSampleProfileMatcher.h31 const ThinOrFullLTOPhase LTOPhase; variable
122 const PseudoProbeManager *ProbeManager, ThinOrFullLTOPhase LTOPhase, in SampleProfileMatcher()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp773 ThinOrFullLTOPhase LTOPhase) { in addPreInlinerPasses()
1377 ThinOrFullLTOPhase LTOPhase) { in buildModuleOptimizationPipeline()
1586 const ThinOrFullLTOPhase LTOPhase = LTOPreLink in buildPerModuleDefaultPipeline() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h61 ThinOrFullLTOPhase LTOPhase; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader()
555 const ThinOrFullLTOPhase LTOPhase; member in __anon71830f180111::SampleProfileLoader
2307 std::string File, std::string RemappingFile, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoaderPass()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp550 static inline const char *getLTOPhase(ThinOrFullLTOPhase LTOPhase) { in getLTOPhase()