Home | History | Annotate | Download | only in crankshaft

Lines Matching full:block_start

715 void LAllocator::Use(LifetimePosition block_start,
725 range->AddUseInterval(block_start, position, zone());
884 int block_start = block->first_instruction_index();
888 LifetimePosition::FromInstructionIndex(block_start);
890 while (index >= block_start) {
1300 LifetimePosition block_start = LifetimePosition::FromInstructionIndex(
1302 Define(block_start, phi_operand, hint);