Searched refs:projection_count (Results 1 – 2 of 2) sorted by relevance
242 size_t projection_count) { in CollectValueProjections() argument244 for (size_t index = 0; index < projection_count; ++index) { in CollectValueProjections()259 size_t projection_count) { in CollectControlProjections() argument261 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()262 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()292 index = projection_count - 1; in CollectControlProjections()297 DCHECK_LT(if_value_index, projection_count); in CollectControlProjections()298 DCHECK_LT(index, projection_count); in CollectControlProjections()303 for (size_t index = 0; index < projection_count; ++index) { in CollectControlProjections()
439 size_t const projection_count = node->op()->ControlOutputCount(); in ReduceSwitch() local440 Node** projections = zone_->NewArray<Node*>(projection_count); in ReduceSwitch()442 projection_count); in ReduceSwitch()443 for (size_t i = 0; i < projection_count - 1; i++) { in ReduceSwitch()454 Node* if_default = projections[projection_count - 1]; in ReduceSwitch()