Home | History | Annotate | Download | only in compiler

Lines Matching full:first_pos

348     use_pos = first_pos();
370 UsePosition* pos = first_pos();
513 ? first_pos()
566 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
594 UsePosition* pos = first_pos();
596 UsePosition* other_pos = other->first_pos();
605 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
879 if (splinter()->first_pos() == nullptr) {
887 if (splinter()->first_pos() != nullptr &&
889 splinter()->last_pos_ = splinter()->first_pos();
890 for (UsePosition* pos = splinter()->first_pos(); pos != nullptr;
1110 UsePosition* use_pos = range->first_pos();
1399 PrintF(" (first use is at %d)\n", range->first_pos()->pos().value());
2154 for (UsePosition* pos = range->first_pos(); pos != nullptr;