Home
last modified time | relevance | path

Searched refs:projection_cnt (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Ddead-code-elimination.cc359 size_t const projection_cnt = node->op()->ControlOutputCount(); in ReduceBranchOrSwitch() local
360 Node** projections = zone_->NewArray<Node*>(projection_cnt); in ReduceBranchOrSwitch()
362 projection_cnt); in ReduceBranchOrSwitch()