/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | hoist-parent-preheader.ll | 6 br i1 undef, label %loop1, label %return 8 loop1: ; preds = %bb13.loopexit, %entry 14 loop2: ; preds = %loop1, %loop2.backedge 15 %indvar414 = phi i64 [ %indvar.next415, %loop2.backedge ], [ 0, %loop1 ] 28 br i1 undef, label %loop1, label %return
|
D | uglygep.ll | 48 br label %loop1 50 loop1: ; preds = %bb5, %bb0 55 bb2: ; preds = %loop1 60 br i1 true, label %bb6, label %loop1 62 bb6: ; preds = %bb5, %bb2, %loop1 63 %p8 = phi i32 [ %t0, %bb5 ], [ undef, %loop1 ], [ undef, %bb2 ] ; <i32> [#uses=0] 64 %p9 = phi i32 [ undef, %bb5 ], [ %i1, %loop1 ], [ %i1, %bb2 ] ; <i32> [#uses=0]
|
/external/grub/util/ |
D | mkbimage | 152 losetup $lo_options /dev/loop1 $image 153 mkfs.$fs /dev/loop1 154 losetup -d /dev/loop1 188 losetup $lo_options /dev/loop1 $image 190 mount -t $fs /dev/loop1 ${image}.mnt 194 losetup -d /dev/loop1
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | TestLexer.m.old | 71 goto loop1; 73 } while (YES); loop1: ;
|
D | TestLexer.m | 108 goto loop1; 111 loop1: ;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | ProfileGrammarLexer.cs | 270 goto loop1; in mID() 277 loop1: in mID()
|
D | DebugGrammarLexer.cs | 270 goto loop1; in mID() 277 loop1: in mID()
|
D | DebugTreeGrammar.cs | 162 goto loop1; in prog() 166 loop1: in prog()
|
D | ProfileTreeGrammar.cs | 167 goto loop1; in prog() 171 loop1: in prog()
|
/external/flac/libFLAC/ia32/ |
D | stream_encoder_asm.nasm | 95 …artition_sum' at the end of loop0 and in the initialization above so we could align loop0 and loop1 98 .loop1: ; for( ; residual_sample < end; residual_sample++) 107 jb .loop1
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
D | TreeRewriteLexer.m | 107 goto loop1; 114 loop1: ;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.java | 269 loop1: in mID() 297 break loop1; in mID() local
|
D | SimpleCTP.java | 64 loop1: in program() 88 if ( cnt1 >= 1 ) break loop1; in program() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.java | 269 loop1: in mID() 297 break loop1; in mID() local
|
D | SimpleCTP.java | 64 loop1: in program() 88 if ( cnt1 >= 1 ) break loop1; in program() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | CombinedParser.m | 149 goto loop1; 155 loop1: ;
|
D | CombinedLexer.m | 136 goto loop1; 139 loop1: ;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
D | TreeRewriteLexer.m | 127 goto loop1; 133 loop1: ;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
D | Testlexer.m | 126 goto loop1; 129 loop1: ;
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 242 ; CHECK: %loop1 244 ; CHECK: %loop1 249 br i1 %cond1, label %loop2.preheader, label %loop1 251 loop1: 254 br i1 %cond2, label %loop2.preheader, label %loop1 639 ; CHECK: %loop1 648 loop1: 653 %var = phi i32* [ null, %entry ], [ null, %body ], [ %next.phi, %loop1 ] 654 %next.var = phi i32* [ null, %entry ], [ undef, %body ], [ %next.load, %loop1 ] 667 br label %loop1
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | TLexer.m | 146 goto loop1; 149 loop1: ;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangLexer.m | 205 goto loop1; 212 loop1: ;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 365 goto loop1; 372 loop1: ;
|
D | SymbolTableParser.m | 236 goto loop1; 239 loop1: ;
|
/external/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 66 loop1 ; label 92 bne loop1 ; if i>0, continue
|