Searched defs:projections (Results 1 – 4 of 4) sorted by relevance
328 Node** projections = zone_->NewArray<Node*>(projection_cnt); in ReduceBranchOrSwitch() local
282 void NodeProperties::CollectValueProjections(Node* node, Node** projections, in CollectValueProjections()299 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections()
441 Node** projections = zone_->NewArray<Node*>(projection_count); in ReduceSwitch() local
358 ZoneVector<Node*> projections(return_arity, zone()); in LowerNode() local