Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getPred

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