Searched refs:MaxSlots (Results 1 – 1 of 1) sorted by relevance
609 const unsigned MaxSlots = 32; in sortUseList() local610 Use *Slots[MaxSlots]; in sortUseList()642 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()