Home | History | Annotate | Download | only in Scalar

Lines Matching refs:use_size

242   unsigned use_size(unsigned Idx) const { return Uses[Idx].size(); }
243 unsigned use_size(const_iterator I) const { return Uses[I - begin()].size(); }
1398 for (unsigned Idx = 0, Size = P.use_size(PI); Idx != Size; ++Idx) {