Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getPred

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