Home | History | Annotate | Download | only in compiler

Lines Matching defs:end_block

2314   const InstructionBlock* end_block = GetInstructionBlock(code(), end);
2316 if (end_block == start_block) {
2322 const InstructionBlock* block = end_block;
2332 // position unless end_block is a loop header itself.
2333 if (block == end_block && !end_block->IsLoopHeader()) return end;