Home
last modified time | relevance | path

Searched refs:GroupSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp746 const unsigned GroupSize = 8; in addThroughConstraints() local
747 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()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h469 static inline int GroupSize (const MessageLite& value);
Dwire_format_lite_inl.h725 inline int WireFormatLite::GroupSize(const MessageLite& value) { in GroupSize() function