Searched refs:MaxSlots (Results 1 – 4 of 4) sorted by relevance
649 const unsigned MaxSlots = 32; in sortUseList() local650 Use *Slots[MaxSlots]; in sortUseList()682 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
639 const unsigned MaxSlots = 32; in sortUseList() local640 Use *Slots[MaxSlots]; in sortUseList()672 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
756 const unsigned MaxSlots = 32; in sortUseList() local757 Use *Slots[MaxSlots]; in sortUseList()789 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
870 const unsigned MaxSlots = 32; in sortUseList() local871 Use *Slots[MaxSlots]; in sortUseList()903 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()