Home | History | Annotate | Download | only in Utils

Lines Matching refs:NumEdges

978       unsigned NumEdges = std::count(succ_begin(Pred), succ_end(Pred), BB);
979 assert(NumEdges && "Must be at least one edge from Pred to BB!");
987 for (unsigned i = 0; i != NumEdges; ++i)