/external/llvm/test/Transforms/LCSSA/ |
invoke-dest.ll | 30 br i1 undef, label %_ZNK5cGate4sizeEv.exit122, label %bb.i120 32 bb.i120: ; preds = %_ZNK5cGate4sizeEv.exit 35 _ZNK5cGate4sizeEv.exit122: ; preds = %bb.i120, %_ZNK5cGate4sizeEv.exit
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 121 @i120_s = external global i120 ; <i120*> [#uses=1] 854 define void @i120_ls(i120 %x) nounwind { 855 store i120 %x, i120* @i120_s [all...] |
APIntSextParam.ll | 121 @i120_s = external global i120 ; <i120*> [#uses=1] 854 define void @i120_ls(i120 signext %x) nounwind { 855 store i120 %x, i120* @i120_s [all...] |
APIntZextParam.ll | 121 @i120_s = external global i120 ; <i120*> [#uses=1] 854 define void @i120_ls(i120 zeroext %x) nounwind { 855 store i120 %x, i120* @i120_s [all...] |
APIntLoadStore.ll | 240 @i120_l = external global i120 ; <i120*> [#uses=1] 241 @i120_s = external global i120 ; <i120*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 262 int i120[] = {0, 0, 0, 0, 0, 0, 0}; local 389 assert(std::is_heap(i120, i120+7) == (std::is_heap_until(i120, i120+7) == i120+7));
|
is_heap_until.pass.cpp | 262 int i120[] = {0, 0, 0, 0, 0, 0, 0}; local 389 assert(std::is_heap_until(i120, i120+7) == i120+7);
|
is_heap_until_comp.pass.cpp | 263 int i120[] = {0, 0, 0, 0, 0, 0, 0}; local 390 assert(std::is_heap_until(i120, i120+7, std::greater<int>()) == i120+7);
|
is_heap_comp.pass.cpp | 263 int i120[] = {0, 0, 0, 0, 0, 0, 0}; local 390 assert(std::is_heap(i120, i120+7, std::greater<int>()) == (std::is_heap_until(i120, i120+7, std::greater<int>()) == i120+7)); [all...] |
/external/llvm/test/Transforms/JumpThreading/ |
2010-08-26-and.ll | 131 %tobool.i120 = icmp eq i8 %tmp14.i119, 0 ; <i1> [#uses=1] 133 %or.cond171 = and i1 %tobool.i120, %cmp.i123 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | [all...] |