Lines Matching defs:LTOPhase
468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase,
479 CG(CG), LTOPhase(LTOPhase),
482 LTOPhase, InlinePass::SampleProfileInliner})
558 const ThinOrFullLTOPhase LTOPhase;
1201 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1221 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1472 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1524 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) {
1973 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink);
2017 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner});
2086 M, *Reader, CG, ProbeManager.get(), LTOPhase, SymbolMap, PSL,
2337 std::string File, std::string RemappingFile, ThinOrFullLTOPhase LTOPhase,
2341 LTOPhase(LTOPhase), FS(std::move(FS)),
2368 LTOPhase, FS, GetAssumptionCache, GetTTI, GetTLI, CG,