Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getPred

1611   SUnit::const_pred_iterator getPred() const { return DFSStack.back().second; }
1646 while (DFS.getPred() != DFS.getPredEnd()) {
1647 const SDep &PredDep = *DFS.getPred();