Lines Matching refs:Jump
49 // If the node is a Jump, it may be a hole, but only if it is not a
52 if (Jump* jump = node->TryCast<Jump>()) {
97 // │ Jump │ │
100 // Control flow { │ │ Jump │ │ Linear control flow
118 // │ Jump │ A A
121 // Control flow { │ │ Jump │ │ B │ B
129 // │ Jump ││ D │ │ D │ │
132 // Control flow { │ │ Jump │ │ │ E │ │ │ E │
136 // │ Jump │ └►F◄┘ └─┴►F◄┴─┘
139 // Control flow { │ │ Jump │ │ G │ G
155 if (auto node = control->TryCast<Jump>()) {
234 if (control->Is<Jump>()) {
235 BasicBlock* target = control->Cast<Jump>()->target();
477 Jump* jump = target->control_node()->Cast<Jump>();