Home | History | Annotate | Download | only in compiler

Lines Matching refs:nodes

81     // Check the use nodes actually have the node as inputs.
753 Node* nodes[] = {
758 int max = static_cast<int>(arraysize(nodes));
763 last->AppendInput(graph.zone(), nodes[i]);
764 CheckInputs(last, nodes, i + 1);
767 if (j <= i) CHECK_USES(nodes[j], last);
768 if (j > i) CHECK_USES(nodes[j], NONE);
776 CheckInputs(last, nodes, i);
779 if (j < i) CHECK_USES(nodes[j], last);
780 if (j >= i) CHECK_USES(nodes[j], NONE);