Lines Matching defs:jump
50 // fallthrough (jump to the immediately next block). Otherwise, it will point
52 if (Jump* jump = node->TryCast<Jump>()) {
53 if (IsTargetOfNodeFallthrough(jump, jump->target())) {
54 return jump->next_post_dominating_hole();
151 // For all blocks, find the list of jumps that jump over code unreachable from
156 // If the current control node is a jump, prepend it to the list of jumps
477 Jump* jump = target->control_node()->Cast<Jump>();
478 target = jump->target();
479 return MergeRegisterValues(control_node, target, jump->predecessor_id());