Searched refs:GroupSize (Results 1 – 5 of 5) sorted by relevance
732 const unsigned GroupSize = 8; in addThroughConstraints() local733 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints()734 unsigned TBS[GroupSize]; in addThroughConstraints()742 assert(T < GroupSize && "Array overflow"); in addThroughConstraints()744 if (++T == GroupSize) { in addThroughConstraints()751 assert(B < GroupSize && "Array overflow"); in addThroughConstraints()766 if (++B == GroupSize) { in addThroughConstraints()
1000 const unsigned GroupSize = 8; in addThroughConstraints() local1001 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints()1002 unsigned TBS[GroupSize]; in addThroughConstraints()1010 assert(T < GroupSize && "Array overflow"); in addThroughConstraints()1012 if (++T == GroupSize) { in addThroughConstraints()1019 assert(B < GroupSize && "Array overflow"); in addThroughConstraints()1034 if (++B == GroupSize) { in addThroughConstraints()
643 unsigned GroupSize; in colorHighLatenciesGroups() local658 GroupSize = 2; in colorHighLatenciesGroups()660 GroupSize = 3; in colorHighLatenciesGroups()662 GroupSize = 4; in colorHighLatenciesGroups()681 if (!CompatibleGroup || ++Count == GroupSize) { in colorHighLatenciesGroups()
505 static inline int GroupSize (const MessageLite& value);
849 inline int WireFormatLite::GroupSize(const MessageLite& value) { in GroupSize() function