Searched refs:projection_count (Results 1 – 1 of 1) sorted by relevance
264 size_t projection_count) { in CollectControlProjections() argument266 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()267 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()297 index = projection_count - 1; in CollectControlProjections()302 DCHECK_LT(if_value_index, projection_count); in CollectControlProjections()303 DCHECK_LT(index, projection_count); in CollectControlProjections()308 for (size_t index = 0; index < projection_count; ++index) { in CollectControlProjections()