Searched refs:projection_count (Results 1 – 1 of 1) sorted by relevance
265 size_t projection_count) { in CollectControlProjections() argument267 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()268 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()298 index = projection_count - 1; in CollectControlProjections()303 DCHECK_LT(if_value_index, projection_count); in CollectControlProjections()304 DCHECK_LT(index, projection_count); in CollectControlProjections()309 for (size_t index = 0; index < projection_count; ++index) { in CollectControlProjections()