Home
last modified time | relevance | path

Searched refs:LTOPhase (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h29 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
31 LTOPhase(LTOPhase) {} in ProfileFileName()
38 ThinOrFullLTOPhase LTOPhase; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp357 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
364 RemappingFilename(std::string(RemapName)), LTOPhase(LTOPhase) {} in SampleProfileLoader()
431 ThinOrFullLTOPhase LTOPhase; member in __anon4c1bc6cc0111::SampleProfileLoader
480 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None) in SampleProfileLoaderLegacyPass() argument
482 Name, SampleProfileRemappingFile, LTOPhase, in SampleProfileLoaderLegacyPass()
1080 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1100 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1359 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1407 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1772 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink); in doInitialization()
[all …]