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.cpp1108 SmallDenseMap<BasicBlock *, Value *, 4> SourceAggregates; in foldAggregateConstructionIntoAggregateReuse() local
1110 std::pair<decltype(SourceAggregates)::iterator, bool> IV = in foldAggregateConstructionIntoAggregateReuse()
1111 SourceAggregates.insert({Pred, nullptr}); in foldAggregateConstructionIntoAggregateReuse()
1135 PHI->addIncoming(SourceAggregates[Pred], Pred); in foldAggregateConstructionIntoAggregateReuse()