Lines Matching refs:bb2
25 cf.cond_br %cond, ^bb1, ^bb2(%arg0 : i32)
28 cf.br ^bb2(%1 : i32)
30 ^bb2(%arg : i32):
31 // CHECK: ^bb2(%{{.*}}: i32):
43 cf.cond_br %arg1, ^bb1, ^bb2(%arg0 : i32)
46 cf.br ^bb2(%1 : i32)
48 ^bb2(%arg : i32):
49 // CHECK: ^bb2(%[[ARG:.*]]: i32):
62 cf.cond_br %arg1, ^bb1, ^bb2(%arg0 : i32)
65 cf.br ^bb2(%2 : i32)
67 ^bb2(%arg : i32):
68 // CHECK: ^bb2(%[[ARG:.*]]: i32):
79 "foo.cond_br"() [^bb1, ^bb2] : () -> ()
82 cf.br ^bb2(%1 : i32)
84 ^bb2(%arg : i32):
85 // CHECK: ^bb2(%[[ARG:.*]]: i32):
100 cf.cond_br %cond1, ^bb1(%cst_1 : i32), ^bb2(%cst_1 : i32)
105 // CHECK-NEXT: cf.cond_br %[[COND]], ^bb1(%[[CST]] : i32), ^bb2(%[[CST]] : i32)
110 cf.cond_br %cond2, ^bb1(%res : i32), ^bb2(%res : i32)
112 ^bb2(%arg : i32):
113 // CHECK: ^bb2(%{{.*}}: i32):
133 cf.cond_br %cond2, ^bb5(%iv : i32), ^bb2
135 ^bb2:
136 // CHECK: ^bb2:
169 cf.cond_br %cond1, ^bb1(%cst_1 : i32), ^bb2(%cst_1 : i32)
173 cf.cond_br %cond2, ^bb1(%res : i32), ^bb2(%res : i32)
175 ^bb2(%arg : i32):
176 // CHECK: ^bb2(%[[ARG:.*]]: i32):
188 cf.cond_br %cond0, ^bb_1a, ^bb2(%false : i1)
190 cf.br ^bb2(%true : i1)
192 ^bb2(%x: i1):
193 // CHECK: ^bb2(%[[X:.*]]: i1):
206 "test.internal_br"(%1) [^bb1, ^bb2] {
211 cf.br ^bb2(%1, %1 : i32, i32)
213 ^bb2(%arg1 : i32, %arg2 : i32):
214 // CHECK: ^bb2(%[[ARG:.*]]: i32, %{{.*}}: i32):