Lines Matching full:first
4 ; These loops do not have the same trip count, and the first loop meets the
5 ; requirements for peeling. However, the exit block of the first loop makes the
10 ; CHECK: for.first.guard
11 ; CHECK: br i1 %cmp3, label %for.first.preheader, label %for.second.guard
12 ; CHECK: for.first.preheader:
13 ; CHECK-NEXT: br label %for.first
14 ; CHECK: for.first:
15 ; CHECK: br i1 %cmp, label %for.first, label %for.first.exit
16 ; CHECK: for.first.exit:
31 for.first.guard:
33 br i1 %cmp3, label %for.first.preheader, label %for.second.guard
35 for.first.preheader: ; preds = %for.first.guard
36 br label %for.first
38 for.first: ; preds = %for.first.preheader, %for.first
39 %i.04 = phi i64 [ %inc, %for.first ], [ 0, %for.first.preheader ]
44 br i1 %cmp, label %for.first, label %for.first.exit
46 for.first.exit: ; preds = %for.first
50 for.second.guard: ; preds = %for.first.exit, %for.first.guard