Lines Matching refs:before
284 // Find the last interval that ends before the position. If the
312 UseInterval* before = current;
313 UseInterval* after = before->next();
314 result->last_interval_ = (last_interval_ == before)
318 last_interval_ = before;
320 // Find the last use position before the split and the first use
352 // Link the new live range in the chain before any of the other
353 // ranges linked from the range before the split.
838 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
899 // before the pointer map can be used. I.e. the pointer map at the
1060 // We are going to insert a move before the branch instruction.
1171 // We are going to insert a move before the branch instruction.
1206 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone());
1369 PrintF("Value %d used before first definition!\n", operand_index);
1430 // Step across all the safe points that are before the start of this range,
1836 // Register reg is available at the range start but becomes blocked before
1914 // All registers are blocked before the first use that requires a register.
1921 // Register becomes blocked before the current range end. Split before that
1964 // No register beneficial use inside the loop before the pos.
1992 // start before the current range as this violates allocation invariant