Home | History | Annotate | Download | only in src

Lines Matching refs:BEFORE

297   // Find the last interval that ends before the position. If the
320 UseInterval* before = current;
321 UseInterval* after = before->next();
322 result->last_interval_ = (last_interval_ == before)
326 last_interval_ = before;
328 // Find the last use position before the split and the first use
355 // Link the new live range in the chain before any of the other
356 // ranges linked from the range before the split.
828 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE);
881 // before the pointer map can be used. I.e. the pointer map at the
1116 // We are going to insert a move before the branch instruction.
1146 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE);
1297 PrintF("Value %d used before first definition!\n", operand_index);
1358 // Step across all the safe points that are before the start of this range,
1818 // Register reg is available at the range start but becomes blocked before
1895 // All registers are blocked before the first use that requires a register.
1908 // Register becomes blocked before the current range end. Split before that