/external/llvm/test/Transforms/InstCombine/ |
memcpy_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __memcpy_chk calls
|
memmove_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __memmove_chk calls
|
memset_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __memset_chk calls
|
stpcpy_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __stpcpy_chk calls
|
strcpy_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __strcpy_chk calls
|
strncpy_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __strncpy_chk calls
|
/external/llvm/test/Transforms/SimplifyCFG/ |
PhiEliminate.ll | 1 ; Test a bunch of cases where the cfg simplification code should
|
/external/zxing/qr_scanner/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/frameworks/volley/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/frameworks/wilhelm/src/itf/ |
IDynamicSource.c | 40 // a bit of a simplification to say the least! (see Khronos bug 6728)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
checked_delete.hpp | 31 // intentionally complex - simplification causes regressions
|
/packages/apps/StorageManager/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/packages/experimental/NotificationShowcase/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/sdk/testapps/customViewTest/libWithCustomView/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/build/core/ |
proguard_basic_keeps.flags | 2 -optimizations !code/simplification/arithmetic 3 -optimizations !code/simplification/cast
|
/external/llvm/test/Transforms/InstSimplify/ |
call-callconv.ll | 2 ; Verify that the non-default calling conv doesn't prevent the libcall simplification
|
/external/llvm/test/Transforms/SCCP/ |
2002-05-21-InvalidSimplify.ll | 3 ; after sccp and CFG simplification have been performed.
|
/external/v8/test/webkit/ |
dfg-arguments-alias-one-block-osr-exit-expected.txt | 24 Tests that if you alias the arguments in a very small function, arguments simplification still works even if you OSR exit.
|
dfg-arguments-alias-one-block-osr-exit.js | 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if you OSR exit."
|
dfg-arguments-alias-one-block-overwrite-arguments-expected.txt | 24 Tests that if you alias the arguments in a very small function, arguments simplification still works even if you overwrite the arguments register.
|
dfg-arguments-alias-one-block-overwrite-arguments.js | 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if you overwrite the arguments register."
|
dfg-arguments-alias-one-block-overwrite.js | 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
|
dfg-arguments-alias-one-block.js | 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works."
|
dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js | 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null."
|
dfg-double-addition-simplify-to-int.js | 25 "Tests that the DFG doesn't get confused about an edge being a double edge after we perform CFG simplification."
|