Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Successor

1404     // Add any successor to the adjacency matrix and exclude duplicates.
1852 // Create a new node set with the connected nodes of any successor of a node
1890 SUnit *Successor = SI.getSUnit();
1891 if (!SI.isArtificial() && NodesAdded.count(Successor) == 0)
1892 addConnectedNodes(Successor, NewSet, NodesAdded);
2366 assert(LoopExitI != KernelBB->succ_end() && "Expecting a successor");
3564 /// depends on any predecessor or successor nodes scheduled already.
3570 // is a predecessor or successor of the specified instruction.