Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmachine-sink.ll10 br i1 %cmp, label %ifthen, label %ifend, !prof !1
14 br label %ifend
16 ifend:
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/swiftshader/third_party/LLVM/test/Transforms/GVN/
D2008-07-02-Unreachable.ll12 br label %ifend
35 ifend: ; preds = %afterfor, %ifthen
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
D2008-07-02-Unreachable.ll13 br label %ifend
34 ifend: ; preds = %afterfor, %ifthen
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
D2008-07-02-Unreachable.ll13 br label %ifend
34 ifend: ; preds = %afterfor, %ifthen
/external/llvm/test/Transforms/GVN/
D2008-07-02-Unreachable.ll13 br label %ifend
33 ifend: ; preds = %afterfor, %ifthen
/external/swiftshader/third_party/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/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-gifc.c145 register struct ifreq *ifrp, *ifend, *ifnext; in pcap_findalldevs_interfaces() local
214 ifend = (struct ifreq *)(buf + ifc.ifc_len); in pcap_findalldevs_interfaces()
216 for (; ifrp < ifend; ifrp = ifnext) { in pcap_findalldevs_interfaces()
Dfad-glifc.c82 register struct lifreq *ifrp, *ifend; in pcap_findalldevs_interfaces() local
164 ifend = (struct lifreq *)(buf + ifc.lifc_len); in pcap_findalldevs_interfaces()
166 for (; ifrp < ifend; ifrp++) { in pcap_findalldevs_interfaces()
/external/llvm/test/Transforms/LICM/
Dhoisting.ll104 ; CHECK: ifend:
115 br i1 %cmp1, label %then, label %ifend
122 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.c2155 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) {
Dsys-linux.c1780 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
Dhoisting.ll106 ; CHECK: ifend:
117 br i1 %cmp1, label %then, label %ifend
124 ifend: ; preds = %tailrecurse