Searched refs:cur_block (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1037 HBasicBlock* cur_block = block->predecessors()->at(j); local
1040 chunk_->AddGapMove(cur_block->last_instruction_index() - 1,
1053 InstructionAt(cur_block->last_instruction_index());
H A Dhydrogen-instructions.cc727 HBasicBlock* cur_block = block(); local
732 if (cur_block == other_block) {
745 DCHECK(other_block->Dominates(cur_block));
/external/v8/src/compiler/
H A Dregister-allocator.cc1812 InstructionBlock* cur_block = local
1816 cur_block->last_instruction_index(), Instruction::END, input, output);
1819 ->InstructionAt(cur_block->last_instruction_index())

Completed in 88 milliseconds