Lines Matching refs:bounds
10 %idx = phi i32 [ 0, %entry ] , [ %idx.next, %in.bounds ]
13 br i1 %abc, label %in.bounds, label %out.of.bounds, !prof !1
15 in.bounds:
21 out.of.bounds:
31 ; CHECK: br i1 true, label %in.bounds, label %out.of.bounds
46 ; CHECK-NEXT: %idx.postloop = phi i32 [ %idx.next.postloop, %in.bounds.postloop ], [ %idx.copy, %po…
49 ; CHECK-NEXT: br i1 %abc.postloop, label %in.bounds.postloop, label %out.of.bounds
51 ; CHECK-LABEL: in.bounds.postloop:
65 %idx = phi i32 [ 0, %entry ] , [ %idx.next, %in.bounds ]
69 br i1 %abc, label %in.bounds, label %out.of.bounds, !prof !1
71 in.bounds:
77 out.of.bounds:
98 ; CHECK: br i1 true, label %in.bounds, label %out.of.bounds
100 ; CHECK-LABEL: in.bounds:
109 ; CHECK: %idx.postloop = phi i32 [ %idx.next.postloop, %in.bounds.postloop ], [ %idx.copy, %postloo…
111 ; CHECK-LABEL: in.bounds.postloop: