Lines Matching refs:LTOPhase
517 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
526 LTOPhase(LTOPhase), in SampleProfileLoader()
529 LTOPhase, InlinePass::SampleProfileInliner}) in SampleProfileLoader()
595 const ThinOrFullLTOPhase LTOPhase; member in __anon254a5ace0111::SampleProfileLoader
1242 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1262 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1512 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1564 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
2014 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink); in doInitialization()
2051 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner}); in doInitialization()
2695 std::string File, std::string RemappingFile, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoaderPass() argument
2698 LTOPhase(LTOPhase), FS(std::move(FS)) {} in SampleProfileLoaderPass()
2722 LTOPhase, FS, GetAssumptionCache, GetTTI, GetTLI); in run()