Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NodeId

192   // Walk all nodes in the graph, assigning them a NodeId of 'ReadyToProcess'
319 // Recompute the NodeId and correct processed operands, adding the node to
354 int NodeId = User->getNodeId();
358 if (NodeId > 0) {
359 User->setNodeId(NodeId-1);
362 if (NodeId-1 == ReadyToProcess)
370 if (NodeId == NewNode)
374 // became ready. Its new NodeId is the number of operands it has minus 1
376 assert(NodeId == Unanalyzed && "Unknown node ID!");
446 /// calculate the NodeId. If the node itself changes to a processed node, it
463 // processed. If non-zero, this will become the new nodeid of this node.
503 // it to AnalyzeNewNode: expunge it and calculate the NodeId. No need
511 // Calculate the NodeId.
781 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
808 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
837 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.