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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h29 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
31 LTOPhase(LTOPhase) {}
38 ThinOrFullLTOPhase LTOPhase; member in class:llvm::SampleProfileLoaderPass
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp351 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase,
358 RemappingFilename(std::string(RemapName)), LTOPhase(LTOPhase) {}
428 ThinOrFullLTOPhase LTOPhase; member in class:__anon2858::final
477 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
479 Name, SampleProfileRemappingFile, LTOPhase,
1083 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1103 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1357 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1403 } else if (LTOPhase
350 SampleProfileLoader( StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, std::function<AssumptionCache &(Function &)> GetAssumptionCache, std::function<TargetTransformInfo &(Function &)> GetTargetTransformInfo, std::function<const TargetLibraryInfo &(Function &)> GetTLI) argument
[all...]

Completed in 184 milliseconds