Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Edges

257 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
259 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep*>& Edges) {
266 Edges.push_back(&*P);
286 // other types of edges.
752 // Attempt to break anti-dependence edges. Walk the instructions
773 // The dependence edges that represent anti- and output-
775 std::vector<const SDep *> Edges;
777 AntiDepEdges(PathSU, Edges);
793 for (unsigned i = 0, e = Edges.size(); i != e; ++i) {
794 const SDep *Edge = Edges[i];
831 // anti-dependency since those edges would prevent such