HomeSort by relevance Sort by last modified time
    Searched full:kills (Results 1 - 25 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 78 this->kills = new(mem_ctx) exec_list;
103 exec_list *kills; member in class:__anon19516::ir_copy_propagation_visitor
122 exec_list *orig_kills = this->kills;
126 this->kills = new(mem_ctx) exec_list;
131 this->kills = orig_kills;
211 exec_list *orig_kills = this->kills;
215 this->kills = new(mem_ctx) exec_list;
230 exec_list *new_kills = this->kills;
231 this->kills = orig_kills;
257 exec_list *orig_kills = this->kills;
    [all...]
opt_constant_propagation.cpp 98 this->kills = new(mem_ctx) exec_list;
124 exec_list *kills; member in class:__anon19514::ir_constant_propagation_visitor
225 exec_list *orig_kills = this->kills;
229 this->kills = new(mem_ctx) exec_list;
234 this->kills = orig_kills;
312 exec_list *orig_kills = this->kills;
316 this->kills = new(mem_ctx) exec_list;
331 exec_list *new_kills = this->kills;
332 this->kills = orig_kills;
359 exec_list *orig_kills = this->kills;
    [all...]
opt_copy_propagation_elements.cpp 102 this->kills = new(mem_ctx) exec_list;
128 exec_list *kills; member in class:__anon19517::ir_copy_propagation_elements_visitor
150 exec_list *orig_kills = this->kills;
154 this->kills = new(mem_ctx) exec_list;
159 this->kills = orig_kills;
319 exec_list *orig_kills = this->kills;
323 this->kills = new(mem_ctx) exec_list;
338 exec_list *new_kills = this->kills;
339 this->kills = orig_kills;
343 /* Move the new kills into the parent block's list, removing the
    [all...]
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-FunctionDGE.ll 6 ;; Unused, kills %foo
  /external/skia/platform_tools/android/bin/
android_kill_skia 3 # android_kill_skia: kills any skia processes on the device.
  /external/skia/platform_tools/ios/bin/
ios_run_skia 10 # output, and kills the app if interrupted.
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 61 for (unsigned i = 0, e = Kills.size(); i != e; ++i)
62 if (Kills[i]->getParent() == MBB)
63 return Kills[i];
74 if (Kills.empty())
77 for (unsigned i = 0, e = Kills.size(); i != e; ++i)
78 dbgs() << "\n #" << i << ": " << *Kills[i];
100 for (unsigned i = 0, e = VRInfo.Kills.size(); i != e; ++i)
101 if (VRInfo.Kills[i]->getParent() == MBB) {
102 VRInfo.Kills.erase(VRInfo.Kills.begin()+i); // Erase entr
    [all...]
LiveDebugVariables.cpp 224 /// End points where VNI is no longer live are added to Kills.
229 /// @param Kills Append end points of VNI's live range to Kills.
234 SmallVectorImpl<SlotIndex> *Kills,
243 /// @param Kills Points where the range of LocNo could be extended.
246 const SmallVectorImpl<SlotIndex> &Kills,
540 const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills,
553 if (Kills)
554 Kills->push_back(Start);
575 else if (!ToEnd && Kills)
    [all...]
  /external/autotest/client/site_tests/desktopui_KillRestart/
control 18 This test kills some important processes and checks if they get restarted."
  /external/autotest/client/site_tests/network_GobiUncleanDisconnect/
network_GobiUncleanDisconnect.py 17 # subprocess communicates kills by returning the signal value,
  /external/autotest/server/site_tests/network_WiFi_SuspendTwice/
control 11 # Currently, it kills to many device on broken suspends.
  /external/compiler-rt/test/msan/
mul_by_const.cc 14 // Test that MSan understands that this kills the uninitialized high half of S
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 65 /// being captured by the Kills set. In these blocks, the value is live into
68 /// value whose Kills set contains two instructions from the same basic block.
71 /// value in one of its predecessor blocks, it is not listed in the kills set,
76 /// not live across any blocks) and Kills is empty (phi nodes are not
86 /// Kills - List of MachineInstruction's which are the last use of this
89 std::vector<MachineInstr*> Kills;
96 I = std::find(Kills.begin(), Kills.end(), MI);
97 if (I == Kills.end())
99 Kills.erase(I)
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-shift-materialize.ll 6 ; When materializing the '2' for the shifts below, the second shift kills the vreg
ifconv-kills.ll 27 ; will be no kills in if.then/if.else)
  /external/strace/test/
many_looping_threads.c 47 /* Exit. This kills all threads */
  /external/llvm/test/Transforms/LoopLoadElim/
def-store-before-load.ll 3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_break.py 15 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
267 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
274 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
281 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_break.py 15 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
267 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
274 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
281 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 15 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
267 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
274 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
281 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 15 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
267 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
274 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
281 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 28 * kills itself if the display is reconfigured into a shape that allows a two-pane layout, since
  /external/chromium-trace/catapult/devil/devil/android/
forwarder.py 257 method kills any existing host_forwarder process that could be stale.
280 method kills any existing device_forwarder daemon on the device that could
314 """Kills the forwarder process running on the host.
331 """Kills the forwarder process running on the device.
  /external/curl/docs/libcurl/
curl_easy_cleanup.3 47 returned, is illegal. \fIcurl_easy_cleanup(3)\fP kills the handle and all
  /external/llvm/test/CodeGen/Mips/
2011-05-26-BranchKillsVreg.ll 6 ; kills a virtual register, and LiveVariables must be updated with the new kill

Completed in 1759 milliseconds

1 2 3 4 5 6 7 8 91011>>