Home | History | Annotate | Download | only in compiler

Lines Matching defs:from

319   // ranges linked from the range before the split.
543 // out from this block.
710 InstructionOperand* from,
715 if (from->IsUnallocated()) {
722 UnallocatedOperand::cast(from)->virtual_register()) {
729 move->AddMove(from, to, code_zone());
783 // and insert a gap move from the fixed output to the operand.
967 InstructionOperand* from = cur->source();
979 Define(curr_position, to, from);
987 Define(curr_position, to, from);
989 Use(block_start_position, curr_position, from, hint);
990 if (from->IsUnallocated()) {
991 live->Add(UnallocatedOperand::cast(from)->virtual_register());
1334 // Add a live range stretching from the first loop instruction to the last
1582 // Do not spill live range eagerly if use position that can benefit from
1595 --i; // The live range was removed from the list of active live ranges.
1598 --i; // The live range was removed from the list of active live ranges.
1606 --i; // Live range was removed from the list of inactive live ranges.
1609 --i; // Live range was removed from the list of inactive live ranges.
1713 // algorithm because it is efficient to remove elements from the end.
1761 TraceAlloc("Moving live range %d from active to handled\n", range->id());
1770 TraceAlloc("Moving live range %d from active to inactive\n", range->id());
1777 TraceAlloc("Moving live range %d from inactive to handled\n", range->id());
1786 TraceAlloc("Moving live range %d from inactive to active\n", range->id());
2007 // ranges are retired from active/inactive when the start of the