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