Lines Matching full:while
12 br label %while.body
14 while.body:
15 %num = phi i32 [ %count, %entry ], [ %dec, %while.body ]
16 %ptr_phi = phi i32* [ %ptr, %entry ], [ %ptr_inc, %while.body ]
17 %ptr2_phi = phi i32* [ %ptr2, %entry ], [ %ptr2_inc, %while.body ]
18 %result.09 = phi i32 [ 0 , %entry ], [ %add, %while.body ]
29 br i1 %tobool, label %the_exit, label %while.body
41 br label %outer.while.header
43 outer.while.header:
44 %ptr_outer_phi = phi i32* [%ptr_inc_outer, %outer.while.backedge], [ %ptr, %entry]
45 %ptr_outer_phi2 = phi i32* [%ptr2_inc_outer, %outer.while.backedge], [ %ptr2, %entry]
46 %num.outer = phi i32 [ %count, %entry ], [ %dec.outer, %outer.while.backedge ]
47 br label %while.body
49 while.body:
50 %num = phi i32 [ %count, %outer.while.header ], [ %dec, %while.body ]
51 %ptr_phi = phi i32* [ %ptr_outer_phi, %outer.while.header ], [ %ptr_inc, %while.body ]
52 %ptr2_phi = phi i32* [ %ptr_outer_phi2, %outer.while.header ], [ %ptr2_inc, %while.body ]
53 %result.09 = phi i32 [ 0 , %outer.while.header ], [ %add, %while.body ]
64 br i1 %tobool, label %outer.while.backedge, label %while.body
66 outer.while.backedge:
71 br i1 %br.cond, label %the_exit, label %outer.while.header
82 br label %while.body
84 while.body:
85 %num = phi i32 [ %count, %entry ], [ %dec, %while.body ]
86 %ptr_phi = phi i8* [ %x, %entry ], [ %z, %while.body ]
87 %ptr2_phi = phi i8* [ %y, %entry ], [ %ptr_phi, %while.body ]
90 br i1 %tobool, label %the_exit, label %while.body