Home | History | Annotate | Download | only in optimizing

Lines Matching refs:use_position

492       size_t use_position = use->GetPosition();
493 if (use_position > position) {
495 return use_position;
520 size_t use_position = use->GetPosition();
521 if (use_position > position) {
522 return use_position;
949 size_t use_position = use->GetPosition();
950 if ((use_position == position) && use->IsSynthesized()) {
953 if (use_position > position) break;