Home | History | Annotate | Download | only in Utils

Lines Matching refs:NP

271       unsigned &NP = BBNumPreds[BB];
272 if (NP == 0)
273 NP = std::distance(pred_begin(BB), pred_end(BB))+1;
274 return NP-1;