Home | History | Annotate | Download | only in optimizing

Lines Matching refs:candidate

433     LiveRange* candidate = FindRangeAtOrAfter(position, range_search_start_);
434 range_search_start_ = candidate;
435 return (candidate != nullptr && candidate->GetStart() <= position);
440 LiveRange* candidate = FindRangeAtOrAfter(position, first_range_);
441 return candidate != nullptr && candidate->GetStart() <= position;