/art/test/463-checker-boolean-simplifier/ |
info.txt | 1 Tests simplification of boolean NOT in optimizing compiler.
|
/art/test/542-bitfield-rotates/ |
info.txt | 1 Tests bitfield rotate simplification in optimizing compiler.
|
/art/test/557-checker-instruction-simplifier-ror/ |
info.txt | 1 Tests simplification of bitfield rotate patterns in optimizing compiler.
|
/art/test/564-checker-negbitwise/ |
info.txt | 1 Test negated bitwise operations simplification on ARM64.
|
/art/test/546-regression-simplify-catch/ |
info.txt | 1 Tests simplification of catch blocks in the presence of trivially dead code
|
/art/test/563-checker-fakestring/ |
info.txt | 1 Regression test for FakeString simplification which incorrectly assumed that
|
/art/test/481-regression-phi-cond/ |
info.txt | 1 Tests a regression in which simplification of a boolean selection could attempt
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/ |
ranges.golden | 3 // Test cases for range simplification.
|
ranges.input | 3 // Test cases for range simplification.
|
/prebuilts/go/linux-x86/src/cmd/gofmt/testdata/ |
ranges.golden | 3 // Test cases for range simplification.
|
ranges.input | 3 // Test cases for range simplification.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.html | 48 "<code>code/simplification/variable,code/simplification/arithmetic</code>" 57 "<code>!code/simplification/advanced,code/simplification/*</code>" only 82 <dt><div>(⇒ <code>code/simplification/advanced</code>)</div> 100 <dt><div>(⇒ <code>code/simplification/advanced</code>)</div> 105 <dt><div>(⇒ <code>code/simplification/advanced</code>)</div> 122 <dt><code><b>code/simplification/variable</b></code></dt> 125 <dt><code><b>code/simplification/arithmetic</b></code></dt> 128 <dt><code><b>code/simplification/cast</b></code></dt [all...] |
/art/test/546-regression-simplify-catch/smali/ |
TestCase.smali | 18 # Test simplification of an empty, dead catch block. Compiler used to segfault 39 # Test simplification of a dead catch block with some code but no control-flow 61 # Test simplification of a dead catch block with normal-predecessors but 81 # Test simplification of a live catch block with dead normal-predecessors and
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2002-05-21-PHIElimination.ll | 1 ; CFG Simplification is making a loop dead, then changing the add into:
|
/frameworks/opt/bitmap/sample/ |
proguard-config.pro | 4 -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable
|
/external/proguard/docs/manual/ |
optimizations.html | 50 "<code>code/simplification/variable,code/simplification/arithmetic</code>" 59 "<code>!code/simplification/advanced,code/simplification/*</code>" only 87 <dt><div>(⇒ <code>code/simplification/advanced</code>)</div> 105 <dt><div>(⇒ <code>code/simplification/advanced</code>)</div> 110 <dt><div>(⇒ <code>code/simplification/advanced</code>)</div> 127 <dt><code><b>code/simplification/variable</b></code></dt> 130 <dt><code><b>code/simplification/arithmetic</b></code></dt> 133 <dt><code><b>code/simplification/cast</b></code></dt [all...] |
/cts/suite/audio_quality/client/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2003-09-23-NotAtTop.ll | 3 ; The indvar simplification code should ensure that the first PHI in the block
|
/sdk/testapps/ |
proguard.config | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/external/v8/test/webkit/ |
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes." 50 // Trick to delay control flow graph simplification until after the flush of x above gets turned into a phantom.
|
/sdk/files/ |
proguard-android-optimize.txt | 13 -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
|
/art/compiler/optimizing/ |
prepare_for_register_allocation.h | 25 * A simplification pass over the graph before doing register allocation.
|
/development/samples/training/basic/ActivityLifecycle/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/development/samples/training/multiscreen/newsreader/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2012-05-18-LoopPredRecurse.ll | 6 ; We actually want SCEV simplification to fail gracefully in this
|