Home | History | Annotate | Download | only in src

Lines Matching defs:block_start

731 void LAllocator::Use(LifetimePosition block_start,
741 range->AddUseInterval(block_start, position, zone_);
891 int block_start = block->first_instruction_index();
895 LifetimePosition::FromInstructionIndex(block_start);
897 while (index >= block_start) {
1285 LifetimePosition block_start = LifetimePosition::FromInstructionIndex(
1287 Define(block_start, phi_operand, hint);