HomeSort by relevance Sort by last modified time
    Searched full:ifend (Results 1 - 9 of 9) 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/mesa3d/src/pixelflinger2/
llvm_helper.h 157 BasicBlock * ifend = BasicBlock::Create(m_builder.getContext(), name(falseBlock), function, NULL); local
158 m_builder.CreateCondBr(cmp, ifthen, ifend);
160 m_ifStack.push(ifend);
165 BasicBlock *ifend = BasicBlock::Create(m_builder.getContext(), name("else_end"), m_builder.GetInsertBlock()->getParent(),0); local
167 m_builder.CreateBr(ifend); // branch is also a block terminator
176 m_ifStack.push(ifend);
  /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/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/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/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 362 milliseconds