Lines Matching defs:Scattered
319 ScatterMap Scattered;
449 assert(Gathered.empty() && Scattered.empty());
477 return Scatterer(BB, BB->begin(), V, VS, &Scattered[{V, VS.SplitTy}]);
494 &Scattered[{V, VS.SplitTy}]);
511 ValueVector &SV = Scattered[{Op, VS.SplitTy}];
710 SmallVector<Scatterer, 8> Scattered(NumArgs);
754 Scattered[I] = scatter(&CI, OpI, *OpVS);
785 ScalarCallOps.push_back(Scattered[J][I]);
787 Tys[OverloadIdx[J]] = Scattered[J][I]->getType();
1257 // The presence of data in Gathered or Scattered indicates changes
1259 if (Gathered.empty() && Scattered.empty() && !Scalarized)
1320 Scattered.clear();