Searched refs:SourceAggregates (Results 1 – 1 of 1) sorted by relevance
1126 SmallMapVector<BasicBlock *, Value *, 4> SourceAggregates; in foldAggregateConstructionIntoAggregateReuse() local1129 std::pair<decltype(SourceAggregates)::iterator, bool> IV = in foldAggregateConstructionIntoAggregateReuse()1130 SourceAggregates.try_emplace(Pred); in foldAggregateConstructionIntoAggregateReuse()1156 for (auto &It : SourceAggregates) { in foldAggregateConstructionIntoAggregateReuse()1188 for (auto &It : SourceAggregates) { in foldAggregateConstructionIntoAggregateReuse()1213 PHI->addIncoming(SourceAggregates[Pred], Pred); in foldAggregateConstructionIntoAggregateReuse()