Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Edges

251 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
253 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep*>& Edges) {
259 Edges.push_back(&*P);
277 // other types of edges.
788 // Attempt to break anti-dependence edges. Walk the instructions
809 // The dependence edges that represent anti- and output-
811 std::vector<const SDep *> Edges;
813 AntiDepEdges(PathSU, Edges);
829 for (unsigned i = 0, e = Edges.size(); i != e; ++i) {
830 const SDep *Edge = Edges[i];
866 // anti-dependency since those edges would prevent such