/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-12-16-DCECond.ll | 9 br i1 %cmp, label %ifthen, label %ifend 13 br label %ifend 15 ifend: ; preds = %ifthen, %entry 19 ifthen3: ; preds = %ifend 23 ifend5: ; preds = %ifthen3, %ifend
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-12-16-DCECond.ll | 9 br i1 %cmp, label %ifthen, label %ifend 13 br label %ifend 15 ifend: ; preds = %ifthen, %entry 19 ifthen3: ; preds = %ifend 23 ifend5: ; preds = %ifthen3, %ifend
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | machine-sink.ll | 11 br i1 %cmp, label %ifthen, label %ifend, !prof !1 15 br label %ifend 17 ifend:
|
D | 2008-09-09-LinearScanBug.ll | 50 br i1 %or.cond.i, label %ifend.i, label %safe_mod_int16_t_s_s.exit 52 ifend.i: ; preds = %lor_rhs.i 58 safe_mod_int16_t_s_s.exit: ; preds = %ifend.i, %lor_rhs.i, %func_106.exit27 59 …%call31 = phi i16 [ %conv8.i, %ifend.i ], [ %conv, %func_106.exit27 ], [ %conv, %lor_rhs.i ] ; <i…
|
/external/llvm/test/Transforms/GVN/ |
D | 2008-07-02-Unreachable.ll | 13 br label %ifend 33 ifend: ; preds = %afterfor, %ifthen
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | 2008-07-02-Unreachable.ll | 13 br label %ifend 34 ifend: ; preds = %afterfor, %ifthen
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | 2008-07-02-Unreachable.ll | 13 br label %ifend 34 ifend: ; preds = %afterfor, %ifthen
|
/external/libpcap/ |
D | fad-glifc.c | 81 register struct lifreq *ifrp, *ifend; in pcap_findalldevs_interfaces() local 163 ifend = (struct lifreq *)(buf + ifc.lifc_len); in pcap_findalldevs_interfaces() 165 for (; ifrp < ifend; ifrp++) { in pcap_findalldevs_interfaces()
|
D | fad-gifc.c | 139 register struct ifreq *ifrp, *ifend, *ifnext; in pcap_findalldevs_interfaces() local 208 ifend = (struct ifreq *)(buf + ifc.ifc_len); in pcap_findalldevs_interfaces() 210 for (; ifrp < ifend; ifrp = ifnext) { in pcap_findalldevs_interfaces()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-09-09-LinearScanBug.ll | 50 br i1 %or.cond.i, label %ifend.i, label %safe_mod_int16_t_s_s.exit 52 ifend.i: ; preds = %lor_rhs.i 58 safe_mod_int16_t_s_s.exit: ; preds = %ifend.i, %lor_rhs.i, %func_106.exit27 59 …%call31 = phi i16 [ %conv8.i, %ifend.i ], [ %conv, %func_106.exit27 ], [ %conv, %lor_rhs.i ] ; <i…
|
/external/llvm/test/Transforms/LICM/ |
D | hoisting.ll | 104 ; CHECK: ifend: 115 br i1 %cmp1, label %then, label %ifend 122 ifend: ; preds = %tailrecurse
|
/external/iputils/ |
D | rarpd.c | 90 struct ifreq *ifrp, *ifend; in load_if() local 119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in load_if() 120 for (ifrp = ibuf; ifrp < ifend; ifrp++) { in load_if()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2155 struct ifreq *ifr, *ifend, ifreq; local 2176 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len); 2177 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) { 2201 if (ifr >= ifend) { 2398 struct ifreq *ifr, *ifend, ifreq; local 2428 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len); 2429 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
|
D | sys-linux.c | 1780 struct ifreq *ifr, *ifend; in get_ether_addr() local 1802 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq)); in get_ether_addr() 1803 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) { in get_ether_addr() 1908 struct ifreq *ifr, *ifend, ifreq; in GetMask() local 1934 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len); in GetMask() 1935 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) { in GetMask()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | convertphitype.ll | 425 ; CHECK: ifend: 450 br i1 %cmp, label %then, label %ifend 454 br label %ifend 456 ifend: 462 %iv = phi i64 [ 0, %ifend ], [ %iv.next, %loopend ] 463 %phi2 = phi i32 [ %phi1, %ifend ], [ %phi3, %loopend ] 477 %phi = phi i32 [ %phi1, %ifend ], [ %phi3, %loopend ]
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
D | hoisting.ll | 107 ; CHECK: ifend: 118 br i1 %cmp1, label %then, label %ifend 125 ifend: ; preds = %tailrecurse
|