Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp741 const unsigned GroupSize = 8; in addThroughConstraints() local
742 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()
/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