Lines Matching refs:L0
13 ; Make sure we update the phi node properly here, i.e. we only have 2 predecessors, entry and L0
14 ; CHECK: %res.0 = phi i32 [ 0, %L0 ], [ 1, %entry ]
18 br i1 %cmp, label %L0, label %L1
19 L0:
39 %res.0 = phi i32 [ 0, %L0 ], [ 0, %L0 ], [1, %entry]
48 ; L0 is too big to duplicate. L2 is the unreachable block here.
59 br i1 %cond, label %L0, label %L3
60 L0:
89 ; L0 is too big to duplicate. L2 is the unreachable block here.
104 br i1 %cond, label %L0, label %L3
107 br i1 %cond, label %L0, label %L3
109 L0:
143 br i1 %cmp, label %L0, label %L3
144 L0:
172 br i1 %cmp, label %L0, label %L2
173 L0:
193 ; L0 is too big to duplicate.
195 ; its target after L0 into account and that enables us to fold.
211 br i1 %cond, label %L0, label %L3
217 indirectbr i8* blockaddress(@test_br_folding_not_threading_indirect_branch, %L0), [label %L0]
219 L0: