OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminate
(Results
176 - 200
of
1274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_peepholer.py
197
#
Eliminate
dead code: jumps immediately after returns can't be reached
213
#
Eliminate
dead code: jumps immediately after returns can't be reached
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_peepholer.py
197
#
Eliminate
dead code: jumps immediately after returns can't be reached
213
#
Eliminate
dead code: jumps immediately after returns can't be reached
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py
197
#
Eliminate
dead code: jumps immediately after returns can't be reached
213
#
Eliminate
dead code: jumps immediately after returns can't be reached
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py
197
#
Eliminate
dead code: jumps immediately after returns can't be reached
213
#
Eliminate
dead code: jumps immediately after returns can't be reached
/external/llvm/lib/CodeGen/
PHIElimination.cpp
1
//===-- PhiElimination.cpp -
Eliminate
PHI nodes by inserting copies ------===//
70
/// EliminatePHINodes -
Eliminate
phi nodes by inserting copy instructions
117
"
Eliminate
PHI nodes for register allocation",
121
"
Eliminate
PHI nodes for register allocation", false, false)
153
//
Eliminate
PHI instructions by inserting copies into predecessor blocks.
182
/// EliminatePHINodes -
Eliminate
phi nodes by inserting copy instructions in
/external/clang/lib/Analysis/
ThreadSafetyTIL.cpp
110
//
Eliminate
redundant variables, e.g. x = y, or x = 5,
121
//
Eliminate
redundant Phi nodes.
138
//
eliminate
infinite recursion -- assume that this node is not redundant.
/external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp
1
//===-- SystemZElimCompare.cpp -
Eliminate
comparison instructions --------===//
172
// of -1 and if CCUsers is a single branch on nonzero,
eliminate
the addition
357
// Try to
eliminate
Compare by reusing a CC result from MI.
/external/llvm/test/Transforms/Reassociate/
fast-basictest.ll
3
; With reassociation, constant folding can
eliminate
the 12 and -12 constants.
258
; With sub reassociation, constant folding can
eliminate
the 12 and -12 constants.
269
; With sub reassociation, constant folding can
eliminate
the uses of %a.
/external/mesa3d/docs/
relnotes-8.0.3.html
218
<li>darwin:
Eliminate
a pthread mutex leak</li>
223
<li>darwin:
Eliminate
a possible race condition while destroying a surface</li>
250
<li>vbo:
Eliminate
short-circuiting in invalid-start case.</li>
/packages/apps/PackageInstaller/res/values-ro/
strings.xml
64
<string name="uninstall_application_text_all_users" msgid="5574704453233525222">"Dori?i s? dezinstala?i aceast? aplica?ie pentru "<b>"to?i"</b>" utilizatorii? Aplica?ia ?i datele acesteia vor fi
eliminate
de la "<b>"to?i"</b>" utilizatorii de pe acest dispozitiv."</string>
66
<string name="uninstall_update_text" msgid="1394549691152728409">"Īnlocui?i aceast? aplica?ie cu versiunea din fabric?? Toate datele vor fi
eliminate
."</string>
67
<string name="uninstall_update_text_multiuser" msgid="2083665452990861991">"Īnlocui?i aceast? aplica?ie cu versiunea din fabric?? Toate datele vor fi
eliminate
. Aceast? ac?iune va afecta to?i utilizatorii dispozitivului, inclusiv pe cei cu profiluri de serviciu."</string>
/prebuilts/go/darwin-x86/src/path/filepath/
path.go
68
// 2.
Eliminate
each . path name element (the current directory).
69
// 3.
Eliminate
each inner .. path name element (the parent directory)
71
// 4.
Eliminate
.. elements that begin a rooted path:
/prebuilts/go/linux-x86/src/path/filepath/
path.go
68
// 2.
Eliminate
each . path name element (the current directory).
69
// 3.
Eliminate
each inner .. path name element (the parent directory)
71
// 4.
Eliminate
.. elements that begin a rooted path:
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
__init__.py
48
# Go down the list of features in order, and
eliminate
any builders
62
#
Eliminate
any candidates that don't have this feature.
/external/llvm/utils/lit/
TODO
89
4.
Eliminate
duplicate execution models for ShTest tests.
111
We should
eliminate
having two ways of executing the same tests to reduce
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java
74
* and reused throughout the benchmark in order to
eliminate
GC effects.
77
* responses are satisfied with precomputed buffers to
eliminate
GC effects on
/external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc
174
moves_[index].
Eliminate
();
294
moves_[index].
Eliminate
();
/external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc
158
moves_[index].
Eliminate
();
292
moves_[index].
Eliminate
();
/external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc
158
moves_[index].
Eliminate
();
293
moves_[index].
Eliminate
();
/external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc
160
moves_[index].
Eliminate
();
281
moves_[index].
Eliminate
();
/external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.cc
156
moves_[index].
Eliminate
();
275
moves_[index].
Eliminate
();
/external/v8/test/mjsunit/
elements-kind.js
159
// The test is called in a wrapper function to
eliminate
the transition learning
166
// This code exists to
eliminate
the learning influence of AllocationSites
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java
200
* to
eliminate
the year in the string pattern. In the rare occurence that the resulting
213
//
Eliminate
the substring in pattern that matches the format for that of year
/system/bt/stack/l2cap/
l2cap_client.c
353
// TODO(sharvil):
eliminate
copy from BT_HDR.
372
// TODO(sharvil):
eliminate
copy into BT_HDR.
/art/compiler/optimizing/
dead_code_elimination.cc
93
// Do not
eliminate
dead blocks if the graph has irreducible loops. We could
/external/ImageMagick/ImageMagick/script/
search.html
63
<Label name="_cse_exclude_magick" mode="
ELIMINATE
" />
Completed in 630 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>