Home
last modified time | relevance | path

Searched refs:ifend (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/Transforms/SimplifyCFG/
D2008-12-16-DCECond.ll9 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/test/Transforms/GVN/
D2008-07-02-Unreachable.ll12 br label %ifend
35 ifend: ; preds = %afterfor, %ifthen
/external/llvm/test/CodeGen/X86/
D2008-09-09-LinearScanBug.ll50 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/libpcap/
Dfad-glifc.c87 register struct lifreq *ifrp, *ifend; in pcap_findalldevs() local
169 ifend = (struct lifreq *)(buf + ifc.lifc_len); in pcap_findalldevs()
171 for (; ifrp < ifend; ifrp++) { in pcap_findalldevs()
Dfad-gifc.c274 register struct ifreq *ifrp, *ifend, *ifnext; in pcap_findalldevs() local
333 ifend = (struct ifreq *)(buf + ifc.ifc_len); in pcap_findalldevs()
335 for (; ifrp < ifend; ifrp = ifnext) { in pcap_findalldevs()
/external/llvm/test/Transforms/LICM/
Dhoisting.ll98 ; CHECK: ifend:
109 br i1 %cmp1, label %then, label %ifend
116 ifend: ; preds = %tailrecurse
/external/iputils/
Drarpd.c90 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/
Dsys-solaris.c2152 struct ifreq *ifr, *ifend, ifreq; local
2173 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2174 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
2198 if (ifr >= ifend) {
2395 struct ifreq *ifr, *ifend, ifreq; local
2425 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2426 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
Dsys-linux.c1749 struct ifreq *ifr, *ifend; in get_ether_addr() local
1771 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq)); in get_ether_addr()
1772 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) { in get_ether_addr()
1877 struct ifreq *ifr, *ifend, ifreq; in GetMask() local
1903 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len); in GetMask()
1904 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) { in GetMask()