Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:GroupSize

674   const unsigned GroupSize = 8;
675 SpillPlacement::BlockConstraint BCS[GroupSize];
676 unsigned TBS[GroupSize];
684 assert(T < GroupSize && "Array overflow");
686 if (++T == GroupSize) {
693 assert(B < GroupSize && "Array overflow");
708 if (++B == GroupSize) {