Home
last modified time | relevance | path

Searched defs:projections (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Ddead-code-elimination.cc328 Node** projections = zone_->NewArray<Node*>(projection_cnt); in ReduceBranchOrSwitch() local
Dnode-properties.cc282 void NodeProperties::CollectValueProjections(Node* node, Node** projections, in CollectValueProjections()
299 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections()
Dcommon-operator-reducer.cc441 Node** projections = zone_->NewArray<Node*>(projection_count); in ReduceSwitch() local
Dint64-lowering.cc358 ZoneVector<Node*> projections(return_arity, zone()); in LowerNode() local