Home | History | Annotate | Download | only in compiler

Lines Matching refs:first_pos

481     use_pos = first_pos();
509 UsePosition* pos = first_pos();
654 ? first_pos()
707 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
735 UsePosition* pos = first_pos();
737 UsePosition* other_pos = other->first_pos();
746 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
970 if (splinter()->first_pos() == nullptr) {
978 if (splinter()->first_pos() != nullptr &&
980 splinter()->last_pos_ = splinter()->first_pos();
981 for (UsePosition* pos = splinter()->first_pos(); pos != nullptr;
1203 UsePosition* use_pos = range->first_pos();
1481 PrintF(" (first use is at %d)\n", range->first_pos()->pos().value());
2409 for (UsePosition* pos = range->first_pos(); pos != nullptr;
3925 for (const UsePosition* pos = child->first_pos(); pos != nullptr;