Searched refs:SourceAggregates (Results 1 – 1 of 1) sorted by relevance
1108 SmallDenseMap<BasicBlock *, Value *, 4> SourceAggregates; in foldAggregateConstructionIntoAggregateReuse() local1110 std::pair<decltype(SourceAggregates)::iterator, bool> IV = in foldAggregateConstructionIntoAggregateReuse()1111 SourceAggregates.insert({Pred, nullptr}); in foldAggregateConstructionIntoAggregateReuse()1135 PHI->addIncoming(SourceAggregates[Pred], Pred); in foldAggregateConstructionIntoAggregateReuse()