Searched refs:infloop (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/MC/COFF/ |
D | cv-inline-linetable-infloop.s | 13 .def infloop; 17 .section .text,"xr",one_only,infloop 18 .globl infloop symbol 20 infloop: # @infloop label 39 .long 241 # Symbol subsection for infloop 48 .long .Lfunc_end1-infloop # Code size 52 .secrel32 infloop # Function section relative address 53 .secidx infloop # Function section index 71 .cv_linetable 1, infloop, .Lfunc_end1
|
/external/llvm/test/CodeGen/Hexagon/ |
D | bugAsmHWloop.ll | 39 switch i32 %and, label %infloop.preheader [ 47 infloop.preheader: ; preds = %while.cond.preheader 48 br label %infloop 57 infloop: ; preds = %infloop.preheader, %infloop 58 br label %infloop
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | 2008-10-13-LegalizerBug.ll | 12 switch i8 %1, label %infloop [ 27 infloop: ; preds = %infloop, %continue.outer 28 br label %infloop
|
/external/llvm/test/CodeGen/Mips/ |
D | 2008-10-13-LegalizerBug.ll | 12 switch i8 %1, label %infloop [ 27 infloop: ; preds = %infloop, %continue.outer 28 br label %infloop
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | liveness-local-regalloc.ll | 25 switch i32 undef, label %infloop [ 55 infloop: ; preds = %infloop, %bb3 56 br label %infloop
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_switch_fold.ll | 47 ; CHECK-NEXT: switch i32 %V, label %infloop [ 62 ; CHECK: infloop: 63 ; CHECK-NEXT: br label %infloop
|
D | 2008-07-13-InfLoopMiscompile.ll | 21 ; CHECK-NEXT: br i1 [[BRMERGE]], label %func_1.exit, label %infloop 26 ; CHECK: infloop: 27 ; CHECK-NEXT: br label %infloop
|
/external/llvm/test/CodeGen/X86/ |
D | liveness-local-regalloc.ll | 26 switch i32 undef, label %infloop [ 56 infloop: ; preds = %infloop, %bb3 57 br label %infloop
|
D | switch.ll | 497 ; Don't infloop on jump tables where the upper bound is the max value of the
|