Lines Matching refs:bounds
13 %idx = phi i32 [ 0, %entry ] , [ %idx.next, %in.bounds.b ]
16 br i1 %abc.a, label %in.bounds.a, label %out.of.bounds, !prof !1
18 in.bounds.a:
22 br i1 %abc.b, label %in.bounds.b, label %out.of.bounds, !prof !1
24 in.bounds.b:
30 out.of.bounds:
52 ; CHECK: br i1 true, label %in.bounds.a, label %out.of.bounds
54 ; CHECK-LABEL: in.bounds.a:
55 ; CHECK: br i1 true, label %in.bounds.b, label %out.of.bounds
57 ; CHECK-LABEL: in.bounds.b:
61 ; CHECK-LABEL: in.bounds.b.postloop: