Lines Matching full:edges
648 // Nodes with unreleased weak edges can still be roots.
776 /// \brief Post-process the DAG to create cluster edges between neighboring
837 // Copy successor edges from SUa to SUb. Interleaving computation
839 // Predecessor edges do not need to be copied from SUb to SUa since nearby
855 /// \brief Callback from DAG postProcessing to create cluster edges for loads.
892 /// \brief Post-process the DAG to create cluster edges between instructions
903 /// \brief Callback from DAG postProcessing to create cluster edges to encourage
918 // need to copy predecessor edges from ExitSU to SU, since top-down
936 /// \brief Post-process the DAG to create weak edges from all uses of a copy to
961 /// (create pred->succ edges I0->I1, I2->I1)
968 /// (create pred->succ edges I1->I2, I3->I2)
1005 // local live range. We could create edges from other global uses to the local
1081 // Add the weak edges.
1096 /// \brief Callback from DAG postProcessing to create weak edges to encourage
2153 // Weak edges are for clustering and other constraints.