OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminate
(Results
276 - 300
of
2059
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/src/compiler/
gap-resolver.cc
188
move->
Eliminate
();
204
move->
Eliminate
();
213
move->
Eliminate
();
/external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc
105
moves_[index].
Eliminate
();
234
moves_[index].
Eliminate
();
302
moves_[index].
Eliminate
();
/prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go
13
tableMask = tableSize - 1 // Mask for table indices. Redundant, but can
eliminate
bounds checks.
18
b = b[i : i+4 : len(b)] // Help the compiler
eliminate
bounds checks on the next line.
23
b = b[i : i+8 : len(b)] // Help the compiler
eliminate
bounds checks on the next line.
/prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go
13
tableMask = tableSize - 1 // Mask for table indices. Redundant, but can
eliminate
bounds checks.
18
b = b[i : i+4 : len(b)] // Help the compiler
eliminate
bounds checks on the next line.
23
b = b[i : i+8 : len(b)] // Help the compiler
eliminate
bounds checks on the next line.
/device/google/contexthub/firmware/os/inc/
seos_priv.h
66
* however same task pointer may be reused for a new task; to
eliminate
the ambiguity,
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java
80
//
eliminate
loops in case of the boot
/external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java
80
//
eliminate
loops in case of the boot
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java
80
//
eliminate
loops in case of the boot
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java
77
//
eliminate
loops in case of the boot
/external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java
80
//
eliminate
loops in case of the boot
/external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java
80
//
eliminate
loops in case of the boot
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
r1updt.h
62
/*
eliminate
the spike. */
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapMakerTest.java
39
* TODO(cpovirk):
eliminate
duplication between these tests and those in LegacyMapMakerTests and
/external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java
29
* <p>In order to
eliminate
the possibility that different states have
/external/libopus/celt/x86/
x86cpu.h
73
However, it is smart enough to
eliminate
the extra MOVD instruction.
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
locks.h
139
* Spin locks also need to be removed in order to
eliminate
all
/external/llvm/docs/HistoricalNotes/
2001-09-18-OptimizeExceptions.txt
30
pretty trivial to
eliminate
through some pretty simplistic interprocedural
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
1
//===- LowerInvoke.cpp -
Eliminate
Invoke instructions --------------------===//
/external/llvm/test/Analysis/ScalarEvolution/
max-trip-count-address-space.ll
3
; ScalarEvolution should be able to understand the loop and
eliminate
the casts.
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
gvn-nonlocal-type-mismatch.ll
60
;
eliminate
one of the loads before noticing the type mismatch.
/external/llvm/test/CodeGen/SystemZ/
fp-cmp-05.ll
2
;
eliminate
compares for load complement, load negative and load
/external/llvm/test/Transforms/EarlyCSE/
fence.ll
58
; We can not dead store
eliminate
accross the fence. We could in
/external/llvm/test/Transforms/Inline/
crash.ll
6
; the bitcast and
eliminate
it, deleting the original call and introducing
/external/llvm/test/Transforms/SimplifyCFG/
volatile-phioper.ll
5
; SimplifyCFG should not
eliminate
blocks with volatile stores.
/external/llvm/test/Transforms/TailCallElim/
dont_reorder_load.ll
5
; call, and thus can't
eliminate
the tail recursion.
Completed in 1231 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>