Home | History | Annotate | Download | only in optimizing

Lines Matching refs:candidate

467     LiveRange* candidate = FindRangeAtOrAfter(position, range_search_start_);
468 range_search_start_ = candidate;
469 return (candidate != nullptr && candidate->GetStart() <= position);
474 LiveRange* candidate = FindRangeAtOrAfter(position, first_range_);
475 return candidatecandidate->GetStart() <= position;