HomeSort by relevance Sort by last modified time
    Searched full:ifend (Results 1 - 15 of 15) sorted by null

  /external/llvm/test/Transforms/SimplifyCFG/
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/test/Transforms/GVN/
2008-07-02-Unreachable.ll 12 br label %ifend
35 ifend: ; preds = %afterfor, %ifthen
  /external/llvm/test/CodeGen/X86/
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 ] ; <i16> [#uses=1]
  /external/llvm/test/Transforms/LICM/
hoisting.ll 98 ; CHECK: ifend:
109 br i1 %cmp1, label %then, label %ifend
116 ifend: ; preds = %tailrecurse
  /external/libpcap/
fad-glifc.c 87 register struct lifreq *ifrp, *ifend; local
169 ifend = (struct lifreq *)(buf + ifc.lifc_len);
171 for (; ifrp < ifend; ifrp++) {
fad-gifc.c 274 register struct ifreq *ifrp, *ifend, *ifnext; local
333 ifend = (struct ifreq *)(buf + ifc.ifc_len);
335 for (; ifrp < ifend; ifrp = ifnext) {
  /external/iputils/
rarpd.c 90 struct ifreq *ifrp, *ifend; local
119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
120 for (ifrp = ibuf; ifrp < ifend; ifrp++) {
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 61 /// br i1 %cmp11, label %if.then, label %ifend
76 /// br i1 %cmp12, label %if.then, label %ifend
  /external/ppp/pppd/
sys-solaris.c 2152 struct ifreq *ifr, *ifend, ifreq; local
2395 struct ifreq *ifr, *ifend, ifreq; local
    [all...]
sys-linux.c 1748 struct ifreq *ifr, *ifend; local
1876 struct ifreq *ifr, *ifend, ifreq; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 40 {$IFEND}
Antlr.Runtime.Tools.pas 39 {$IFEND}
Antlr.Runtime.Tree.pas 40 {$IFEND}
    [all...]
Antlr.Runtime.pas 40 {$IFEND}
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 437 JavaExpression ifEnd =
440 java.startForLoop(ifStart, ifEnd, increment(Type.INT, loopVar, incrVar));
    [all...]

Completed in 969 milliseconds