Lines Matching refs:LTOPhase
468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
478 CG(CG), LTOPhase(LTOPhase), in SampleProfileLoader()
481 LTOPhase, InlinePass::SampleProfileInliner}) in SampleProfileLoader()
555 const ThinOrFullLTOPhase LTOPhase; member in __anon71830f180111::SampleProfileLoader
1194 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1214 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1465 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1517 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1966 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink); in doInitialization()
2003 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner}); in doInitialization()
2072 M, *Reader, CG, ProbeManager.get(), LTOPhase, SymbolMap, PSL, in doInitialization()
2307 std::string File, std::string RemappingFile, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoaderPass() argument
2310 LTOPhase(LTOPhase), FS(std::move(FS)) {} in SampleProfileLoaderPass()
2335 LTOPhase, FS, GetAssumptionCache, GetTTI, GetTLI, CG); in run()