Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1101 SmallDenseMap<BasicBlock *, Value *, 4> SourceAggregates; in foldAggregateConstructionIntoAggregateReuse() local
1103 std::pair<decltype(SourceAggregates)::iterator, bool> IV = in foldAggregateConstructionIntoAggregateReuse()
1104 SourceAggregates.insert({Pred, nullptr}); in foldAggregateConstructionIntoAggregateReuse()
1128 PHI->addIncoming(SourceAggregates[Pred], Pred); in foldAggregateConstructionIntoAggregateReuse()