/external/llvm/test/Transforms/LCSSA/ |
invoke-dest.ll | 58 to label %bb.i.i159 unwind label %lpad119 60 bb.i.i159: ; preds = %bb12
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 160 @i159_s = external global i159 ; <i159*> [#uses=1] 1049 define void @i159_ls(i159 %x) nounwind { 1050 store i159 %x, i159* @i159_s [all...] |
APIntSextParam.ll | 160 @i159_s = external global i159 ; <i159*> [#uses=1] 1049 define void @i159_ls(i159 signext %x) nounwind { 1050 store i159 %x, i159* @i159_s [all...] |
APIntZextParam.ll | 160 @i159_s = external global i159 ; <i159*> [#uses=1] 1049 define void @i159_ls(i159 zeroext %x) nounwind { 1050 store i159 %x, i159* @i159_s [all...] |
APIntLoadStore.ll | 318 @i159_l = external global i159 ; <i159*> [#uses=1] 319 @i159_s = external global i159 ; <i159*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 301 int i159[] = {0, 1, 0, 0, 1, 1, 1}; local 428 assert(std::is_heap(i159, i159+7) == (std::is_heap_until(i159, i159+7) == i159+7));
|
is_heap_until.pass.cpp | 301 int i159[] = {0, 1, 0, 0, 1, 1, 1}; local 428 assert(std::is_heap_until(i159, i159+7) == i159+1);
|
is_heap_until_comp.pass.cpp | 302 int i159[] = {0, 1, 0, 0, 1, 1, 1}; local 429 assert(std::is_heap_until(i159, i159+7, std::greater<int>()) == i159+3);
|
is_heap_comp.pass.cpp | 302 int i159[] = {0, 1, 0, 0, 1, 1, 1}; local 429 assert(std::is_heap(i159, i159+7, std::greater<int>()) == (std::is_heap_until(i159, i159+7, std::greater<int>()) == i159+7)); [all...] |
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | 427 br i1 false, label %bb10.i159, label %bb129 429 bb10.i159: ; preds = %bb9.i158 432 bb11.i160.preheader: ; preds = %bb10.i159 771 bb129: ; preds = %parse.exit, %bb22.i173, %bb18.i168, %bb16.i166, %bb12.i161, %bb10.i159, %bb9.i158, %bb8.i157, %bb7.i156, %bb5.i154, %bb4.i153 [all...] |