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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 121 /// successor (BB!). Eliminate the edge between them, moving the instructions in
127 /// possible, eliminate BB by rewriting all the predecessors to branch to the
131 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
137 /// example, it adjusts branches to branches to eliminate the extra hop, it
142 /// eliminate.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 121 /// successor (BB!). Eliminate the edge between them, moving the instructions in
127 /// possible, eliminate BB by rewriting all the predecessors to branch to the
131 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
137 /// example, it adjusts branches to branches to eliminate the extra hop, it
142 /// eliminate.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 121 /// successor (BB!). Eliminate the edge between them, moving the instructions in
127 /// possible, eliminate BB by rewriting all the predecessors to branch to the
131 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
137 /// example, it adjusts branches to branches to eliminate the extra hop, it
142 /// eliminate.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
Local.h 144 /// successor (BB!). Eliminate the edge between them, moving the instructions in
150 /// possible, eliminate BB by rewriting all the predecessors to branch to the
154 /// Check for and eliminate duplicate PHI nodes in this block. This doesn't try
160 /// adjusts branches to branches to eliminate the extra hop, it eliminates
164 /// providing the set of loop headers that SimplifyCFG should not eliminate.
  /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/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 225 <li>darwin: Eliminate a pthread mutex leak</li>
230 <li>darwin: Eliminate a possible race condition while destroying a surface</li>
257 <li>vbo: Eliminate short-circuiting in invalid-start case.</li>
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 251 // directly. Every time we eliminate an unsafe use (for example, by
254 // eliminate the type check by RAUWing the associated llvm.type.test call with
728 // eliminate the load and the type check later.
768 // If the function pointer has a non-call user, we cannot eliminate the type
824 // If we were able to eliminate all unsafe uses for a type checked load,
825 // eliminate the type test by replacing it with true.
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 193 // rewritten, eliminate SP and FP. This allows them to be stackified,
219 // Eliminate multiple-entry loops.
  /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/python/cpython3/Lib/test/
test_peepholer.py 253 # Eliminate dead code: jumps immediately after returns can't be reached
270 # Eliminate dead code: jumps immediately after returns can't be reached
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 256 // Check to see if we should eliminate non-leaf frame pointers and then
257 // check to see if we should eliminate all frame pointers.
  /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();
  /packages/apps/Contacts/src/com/android/contacts/util/
DateUtils.java 198 * to eliminate the year in the string pattern. In the rare occurence that the resulting
211 // Eliminate the substring in pattern that matches the format for that of year

Completed in 654 milliseconds

<<11121314151617181920>>