Searched refs:jumps_to_join (Results 1 – 3 of 3) sorted by relevance
398 bool jumps_to_join() const { return block_->predecessors()->length() > 1; } in jumps_to_join() function
415 bool jumps_to_join() const { return block_->predecessors()->length() > 1; } in jumps_to_join() function
949 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction()