Lines Matching defs:Scattered
330 ScatterMap Scattered;
418 assert(Gathered.empty() && Scattered.empty());
446 return Scatterer(BB, BB->begin(), V, VS, &Scattered[{V, VS.SplitTy}]);
463 &Scattered[{V, VS.SplitTy}]);
480 ValueVector &SV = Scattered[{Op, VS.SplitTy}];
676 SmallVector<Scatterer, 8> Scattered(NumArgs);
703 Scattered[I] = scatter(&CI, OpI, *OpVS);
733 ScalarCallOps.push_back(Scattered[J][I]);
735 Tys[OverloadIdx[J]] = Scattered[J][I]->getType();
1169 // The presence of data in Gathered or Scattered indicates changes
1171 if (Gathered.empty() && Scattered.empty() && !Scalarized)
1203 Scattered.clear();