Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h29 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
31 LTOPhase(LTOPhase) {} in ProfileFileName()
38 ThinOrFullLTOPhase LTOPhase; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp351 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
358 RemappingFilename(std::string(RemapName)), LTOPhase(LTOPhase) {} in SampleProfileLoader()
428 ThinOrFullLTOPhase LTOPhase; member in __anon1e220fe30111::SampleProfileLoader
477 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None) in SampleProfileLoaderLegacyPass() argument
479 Name, SampleProfileRemappingFile, LTOPhase, 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()
[all …]