Searched refs:GroupSize (Results 1 – 3 of 3) sorted by relevance
746 const unsigned GroupSize = 8; in addThroughConstraints() local747 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints()748 unsigned TBS[GroupSize]; in addThroughConstraints()756 assert(T < GroupSize && "Array overflow"); in addThroughConstraints()758 if (++T == GroupSize) { in addThroughConstraints()765 assert(B < GroupSize && "Array overflow"); in addThroughConstraints()780 if (++B == GroupSize) { in addThroughConstraints()
469 static inline int GroupSize (const MessageLite& value);
725 inline int WireFormatLite::GroupSize(const MessageLite& value) { in GroupSize() function