Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Output

251 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
257 if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
809 // The dependence edges that represent anti- and output-
834 (Edge->getKind() != SDep::Output)) continue;
885 (P->getKind() != SDep::Output)) {