Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NodeId

193   // Walk all nodes in the graph, assigning them a NodeId of 'ReadyToProcess'
331 // Recompute the NodeId and correct processed operands, adding the node to
366 int NodeId = User->getNodeId();
370 if (NodeId > 0) {
371 User->setNodeId(NodeId-1);
374 if (NodeId-1 == ReadyToProcess)
382 if (NodeId == NewNode)
386 // became ready. Its new NodeId is the number of operands it has minus 1
388 assert(NodeId == Unanalyzed && "Unknown node ID!");
466 /// calculate the NodeId. If the node itself changes to a processed node, it
483 // processed. If non-zero, this will become the new nodeid of this node.
523 // it to AnalyzeNewNode: expunge it and calculate the NodeId. No need
531 // Calculate the NodeId.
825 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
852 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
881 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.