Home
last modified time | relevance | path

Searched refs:SourceAggregates (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1126 SmallMapVector<BasicBlock *, Value *, 4> SourceAggregates; in foldAggregateConstructionIntoAggregateReuse() local
1129 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()