HomeSort by relevance Sort by last modified time
    Searched full:eliminated (Results 201 - 225 of 647) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 247 // The last step is to update LoopInfo now that we've eliminated this loop.
LoopLoadElimination.cpp 41 cl::desc("Max number of memchecks allowed per eliminated load on average"),
50 STATISTIC(NumLoopLoadEliminted, "Number of loads eliminated by LLE");
  /external/llvm/test/Transforms/InstCombine/
and.ll 1 ; This test makes sure that these instructions are properly eliminated.
apint-shift.ll 1 ; This test makes sure that shift instructions are properly eliminated
load.ll 4 ; This test makes sure that these instructions are properly eliminated.
rem.ll 1 ; This test makes sure that urem instructions are properly eliminated.
or.ll 1 ; This test makes sure that these instructions are properly eliminated.
104 ; Should be eliminated
  /external/v8/src/
bailout-reason.h 60 V(kEliminatedBoundsCheckFailed, "Eliminated bounds check failed") \
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 201 a[3] = e; // TransitionElementsKind should be eliminated despite call.
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 65 1. Eliminated unused include files.
67 3. Eliminated math operations that unnecessary checked for
69 4. Eliminated not needed variables
70 5. Eliminated if-else checks for saturation
lsp_az.cpp 69 1. Eliminated unused include files.
71 3. Eliminated math operations that unnecessary checked for
76 6. Eliminated if-else statements for sign extension when
79 Description: Added casting to eliminate warnings, and eliminated include
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 61 1. Eliminated unused include files.
70 3. Eliminated use of intermediate variables to accelerate
78 6. Eliminated shifts by modifying the way number are rounded,
86 Description: Replaced OSCL mem type functions and eliminated include
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 10 that they therefore should be eliminated. Suchi says that they mean "doesn't require a
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeObject.java 35 // ## In the fullness of time, this class will be eliminated
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 183 * Note that an empty key specification will be eliminated from the result array.
  /packages/providers/DownloadProvider/docs/
index.html 196 <tr><td > <code>com.android.providers.downloads.DownloadNotification.NotificationItem</code> </td><td > Can probably be eliminated by using queries intelligently. </td></tr>
197 <tr><td > <code>com.android.providers.downloads.DownloadProvider</code> </td><td > Extends <code>ContentProvider</code>, can't be eliminated. </td></tr>
198 <tr><td > <code>com.android.providers.downloads.DownloadProvider.DatabaseHelper</code> </td><td > Can probably be eliminated by re-implementing by hand the logic of <code>SQLiteOpenHelper</code>. </td></tr>
199 <tr><td > <code>com.android.providers.downloads.DownloadProvider.ReadOnlyCursorWrapper</code> </td><td > Can be eliminated once <code>Cursor</code> is read-only system-wide. </td></tr>
200 <tr><td > <code>com.android.providers.downloads.DownloadReceiver</code> </td><td > Extends <code>BroadcastReceiver</code>, can't be eliminated. </td></tr>
201 <tr><td > <code>com.android.providers.downloads.DownloadService</code> </td><td > Extends <code>Service</code>, unlikely that this can be eliminated. TBD. </td></tr>
202 <tr><td > <code>com.android.providers.downloads.DownloadService.DownloadManagerContentObserver</code> </td><td > Extends <code>ContentObserver</code>, can be eliminated if the download manager can be re-architected to not depend on <code>ContentObserver</code> any more. </td></tr>
204 <tr><td > <code>com.android.providers.downloads.DownloadService.UpdateThread</code> </td><td > Can probably be made to implement <code>Runnable</code> instead and merged into another class, can be eliminated if the download manager can be re-architected to not depend on <code>ContentObserver</code> any more. </td></tr>
205 <tr><td > <code>com.android.providers.downloads.DownloadThread</code> </td><td > Can probably be made to implement <code>Runnable</code> instead. Unclear whether this can be eliminated as we will probably need one object that represents an ongoing download (unless the entire state can be stored on the stack with primitive types, which is unlikely). </td></tr>
    [all...]
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 133 // block since it is the one to be eliminated.
212 // matrix corresponding to the block being eliminated and array
  /external/libchrome/base/containers/
small_map.h 36 // red-black tree if your key is "weird" and not eliminated as duplicate of
49 // duplicate-code-eliminated. If you have a one-off key and aren't in
  /external/libchrome/base/strings/
string_util.cc 430 // Whitespace sequences containing CR or LF are eliminated entirely.
443 // Any trailing whitespace is eliminated.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 74 /// This happens in cases where the ~ can be eliminated. If WillInvertAllUses
357 /// eliminated by some other simple transformation, we prefer to do the
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 274 // E.g. two reads from the same temp should be eliminated by CSE,
275 // two writes should be eliminated by DSE, etc.
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 168 // hopefully eliminated the second release, which may allow us to
304 // hopefully eliminated the second retain, which may allow us to
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 72 /// references to the eliminated BB. The argument ForgottenLoops contains a set
237 // if not outright eliminated.
  /external/opencv3/3rdparty/libjpeg/
change.log 361 * We have eliminated the use of callback routines for handling the
372 * All static state has been eliminated from the library, so that multiple
  /external/tagsoup/
CHANGES 111 The shared HTMLParser object has been eliminated
181 Eliminated useless M_n constants in Schema

Completed in 1635 milliseconds

1 2 3 4 5 6 7 891011>>