Home | History | Annotate | Download | only in Utils

Lines Matching refs:pred_begin

273         NP = std::distance(pred_begin(BB), pred_end(BB))+1;
631 SmallVector<BasicBlock*, 16> Preds(pred_begin(BB), pred_end(BB));
729 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) {