Searched refs:GroupSize (Results 1 – 3 of 3) sorted by relevance
741 const unsigned GroupSize = 8; in addThroughConstraints() local742 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints()743 unsigned TBS[GroupSize]; in addThroughConstraints()751 assert(T < GroupSize && "Array overflow"); in addThroughConstraints()753 if (++T == GroupSize) { in addThroughConstraints()760 assert(B < GroupSize && "Array overflow"); in addThroughConstraints()775 if (++B == GroupSize) { in addThroughConstraints()
469 static inline int GroupSize (const MessageLite& value);
725 inline int WireFormatLite::GroupSize(const MessageLite& value) { in GroupSize() function