Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Output

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