Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsBlocked

778         && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
779 DCHECK(!IsBlocked(hint));
817 bool RegisterAllocator::IsBlocked(int reg) const {
827 if (IsBlocked(i)) continue;
830 if (IsBlocked(high_register)) continue;
852 if (IsBlocked(i)) continue;