Home | History | Annotate | Download | only in compiler

Lines Matching defs:InputCount

309 unsigned WasmGraphBuilder::InputCount(Node* node) {
310 return static_cast<unsigned>(node->InputCount());
323 int new_size = merge->InputCount();
332 int new_size = phi->InputCount();
333 phi->InsertInput(jsgraph()->zone(), phi->InputCount() - 1, from);