OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optimizations
(Results
1 - 25
of
1389
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/optimize/
package.html
2
This package contains visitors that assist with various
optimizations
of byte
/external/proguard/src/proguard/optimize/peephole/
package.html
2
This package contains visitors that perform various peephole
optimizations
.
PeepholeOptimizer.java
31
* This AttributeVisitor sets up and applies the peephole
optimizations
of its
51
* peephole
optimizations
using the above code
68
* peephole
optimizations
using the above code
97
// Find the peephole
optimizations
.
100
// Apply the peephole
optimizations
.
/external/proguard/src/proguard/optimize/evaluation/
package.html
3
optimizations
on byte code.
/external/proguard/docs/manual/
optimizations.html
7
<title>
Optimizations
</title>
11
<h2>
Optimizations
</h2>
15
more fine-grained control over individual
optimizations
, experts can use the
16
<a href="usage.html#
optimizations
"><code>-
optimizations
</code></a> option,
38
only performs the two specified peephole
optimizations
.
41
For example, "<code>!method/propagation/*</code>" performs all
optimizations
,
47
performs all peephole
optimizations
.
49
Some
optimizations
necessarily imply other
optimizations
. These are the
[
all
...]
/external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations2.txt
10
If we were to reimplement any of these
optimizations
, I assume that we
14
Static
optimizations
, xlation unit at a time:
17
Link time
optimizations
:
20
Of course, many
optimizations
could be shared between llvmopt and
24
> BTW, about SGI, "borrowing" SSA-based
optimizations
from one compiler and
31
optimizations
are written in C++ and are actually somewhat
35
> But your larger point is valid that adding SSA based
optimizations
is
46
optimization" happens right along with other data
optimizations
(ie, CSE
49
As far as REAL back end
optimizations
go, it looks something like this:
2001-06-01-GCCOptimizations.txt
7
Take a look at this document (which describes the order of
optimizations
31
I've marked
optimizations
with a [t] to indicate things that I believe to
36
optimizations
are done on the tree representation].
38
Given the lack of "strong"
optimizations
that would take a long time to
41
SSA based
optimizations
that could be adapted (besides the fact that their
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html
7
<title>
Optimizations
</title>
22
<h2>
Optimizations
</h2>
26
more fine-grained control over individual
optimizations
, experts can use the
27
<a href="usage.html#
optimizations
"><code>-
optimizations
</code></a> option,
49
only performs the two specified peephole
optimizations
.
52
For example, "<code>!method/propagation/*</code>" performs all
optimizations
,
58
performs all peephole
optimizations
.
60
Some
optimizations
necessarily imply other
optimizations
. These are the
[
all
...]
/frameworks/base/native/graphics/jni/
Android.mk
6
# setup for skia
optimizations
/build/core/combo/arch/x86/
x86-atom.mk
16
# This flag is used to enabled Atom-specific
optimizations
with our toolchain
/sdk/files/
proguard-android-optimize.txt
4
#
Optimizations
: If you don't want to optimize, use the
7
# certain risks, since for example not all
optimizations
performed by
9
# off various
optimizations
known to have issues, but the list may not
13
-
optimizations
!code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
40
// -1 to enable all cpu specific
optimizations
.
41
// 0 to disable all cpu specific
optimizations
.
/external/llvm/test/Instrumentation/AddressSanitizer/
instrument_load_then_store.ll
15
; With
optimizations
enabled we should see only one call to __asan_report_*
21
; Without
optimizations
we should see two calls to __asan_report_*
/external/chromium_org/third_party/icu/source/config/
mh-beos
12
# Safe
optimizations
13
#
OPTIMIZATIONS
= -fdefault-inline -fdefer-pop -fforce-mem -fforce-addr \
18
# -fexpensive-
optimizations
-foptimize-register-move -fregmove \
30
# use any O
optimizations
at all. (the behavior kicks in at -O1)
32
#
Optimizations
aren't currently defined in the mh files.
34
#CFLAGS += $(
OPTIMIZATIONS
)
35
#CXXFLAGS += $(
OPTIMIZATIONS
)
/external/icu4c/config/
mh-beos
12
# Safe
optimizations
13
#
OPTIMIZATIONS
= -fdefault-inline -fdefer-pop -fforce-mem -fforce-addr \
18
# -fexpensive-
optimizations
-foptimize-register-move -fregmove \
30
# use any O
optimizations
at all. (the behavior kicks in at -O1)
32
#
Optimizations
aren't currently defined in the mh files.
34
#CFLAGS += $(
OPTIMIZATIONS
)
35
#CXXFLAGS += $(
OPTIMIZATIONS
)
/external/llvm/utils/
findmisopt
7
# it from finding a problem unless the set of failing
optimizations
are
11
# this script will run through all the
optimizations
passes that gccas
12
# uses (in the same order) and will narrow down which
optimizations
76
# Define the list of
optimizations
to run. This comprises the same set of
77
#
optimizations
that opt -std-compile-opts and gccld run, in the same order.
144
# Determine if we're done because none of the
optimizations
broke the program
168
echo "findmisopt: All
optimizations
pass. Perhaps this isn't a misopt?"
/cts/suite/audio_quality/client/
proguard.cfg
6
-
optimizations
!code/simplification/arithmetic,!field/*,!class/merging/*
/external/chromium_org/tools/memory_watcher/
memory_watcher.gyp
22
# overrun because
optimizations
are disabled in function". Nothing to be
/external/dropbear/libtommath/
bn_mp_clear_multi.c
10
* additional
optimizations
in place.
bn_mp_exch.c
10
* additional
optimizations
in place.
bn_mp_init_copy.c
10
* additional
optimizations
in place.
bn_mp_init_set.c
10
* additional
optimizations
in place.
bn_mp_init_set_int.c
10
* additional
optimizations
in place.
bn_mp_mod_d.c
10
* additional
optimizations
in place.
bn_mp_radix_smap.c
10
* additional
optimizations
in place.
Completed in 1174 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>