Lines Matching refs:cond2
9 ; Verify that we branch (twice) on cond2 without checking ptr.
12 define void @foo(i32 %cond1, i32 %cond2) {
17 ; CHECK: bb.cond2:
21 ; CHECK: bb.cond2.thread:
39 br i1 %tobool, label %bb.cond2, label %bb.f1
43 br label %bb.cond2
45 bb.cond2:
47 %tobool1 = icmp eq i32 %cond2, 0
76 ; Verify that we branch (twice) on cond2 without checking tobool again.
79 define void @foo2(i32 %cond1, i32 %cond2) {
84 ; CHECK: bb.cond2:
88 ; CHECK: bb.cond2.thread:
107 br label %bb.cond2
111 br label %bb.cond2
113 bb.cond2:
114 %tobool1 = icmp eq i32 %cond2, 0