Searched refs:SizeIds (Results 1 – 1 of 1) sorted by relevance
274 SmallVector<uint64_t, 16> SizeIds; in perform() local295 SizeIds.push_back(V); in perform()357 SwitchInst *SI = IRB.CreateSwitch(SizeVar, DefaultBB, SizeIds.size()); in perform()371 Updates.reserve(2 * SizeIds.size()); in perform()373 for (uint64_t SizeId : SizeIds) { in perform()