HomeSort by relevance Sort by last modified time
    Searched full:eliminate (Results 51 - 75 of 2059) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Modules/
makexp_aix 63 # 4. Eliminate all entries except those with either "B", "D"
66 # we eliminate object member lines relevant to AIX 4.
67 # 5. Eliminate entries containing a dot. We can have a dot only
69 # 6. Eliminate everything including the key letter, so that we're
71 # 7. Eliminate all entries containing two colons, like Class::method
  /external/python/cpython3/Modules/
makexp_aix 63 # 4. Eliminate all entries except those with either "B", "D"
66 # we eliminate object member lines relevant to AIX 4.
67 # 5. Eliminate entries containing a dot. We can have a dot only
69 # 6. Eliminate everything including the key letter, so that we're
71 # 7. Eliminate all entries containing two colons, like Class::method
  /external/clang/test/Preprocessor/
traditional-cpp.c 11 /* -traditional-cpp should eliminate all C89 comments. */
13 * CHECK-COMMENTS: {{^}}/* -traditional-cpp should eliminate all C89 comments. *{{/$}}
16 /* -traditional-cpp should only eliminate "//" comments in C++ mode. */
  /art/compiler/optimizing/
bounds_check_elimination_test.cc 63 // if (i < 0) { array[i] = 1; // Can't eliminate. }
64 // else if (i >= array.length) { array[i] = 1; // Can't eliminate. }
65 // else { array[i] = 1; // Can eliminate. }
161 // if (j < array.length) array[j] = 1; // Can't eliminate.
226 // if (j > 0) array[j] = 1; // Can't eliminate.
290 // array[6] = 1; // Can't eliminate.
291 // array[5] = 1; // Can eliminate.
292 // array[4] = 1; // Can eliminate.
430 // for (int i=0; i<array.length; i++) { array[i] = 10; // Can eliminate with gvn. }
437 // for (int i=1; i<array.length; i++) { array[i] = 10; // Can eliminate.
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 26 // Check to see if we should eliminate all frame pointers.
30 // Check to see if we should eliminate non-leaf frame pointers.
  /external/llvm/test/Transforms/IndVarSimplify/
eliminate-max.ll 4 ; Indvars should be able to do range analysis and eliminate icmps.
7 ; cannot eliminate, because it requires analyzing more than just the
  /external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
eliminate-max.ll 4 ; Indvars should be able to do range analysis and eliminate icmps.
7 ; cannot eliminate, because it requires analyzing more than just the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
28 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
ADCE.h 12 // proven otherwise, allowing it to eliminate dead computations that other DCE
29 /// instructions are dead until proven otherwise. This allows it to eliminate
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/
CHANGES 24 - Eliminate redundant composite insert followed by extract
26 - Eliminate local variables with a single store, if possible
27 - Eliminate local variables with a several stores, if possible
28 - Eliminate loads and stores in same block to local variables
29 - Eliminate redundant insert/extract to composite values
31 - Eliminate dead branches
33 - Eliminate ommon uniform loads
116 - Add optimization pass: Eliminate dead constants.
  /art/test/479-regression-implicit-null-check/src/
Main.java 26 // The dead code will eliminate the InstanceFieldGet and we'll end up with:
  /device/google/vrservices/vrcore/sepolicy/
vrcore_app.te 4 ### opportunistically eliminate legacy untrusted_app rules.

Completed in 720 milliseconds

1 23 4 5 6 7 8 91011>>