/external/mesa3d/src/glsl/ |
opt_copy_propagation.cpp | 78 this->kills = new(mem_ctx) exec_list; 103 exec_list *kills; member in class:__anon16830::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:__anon16828::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:__anon16831::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.
|
android_run_skia | 4 # output, and kills the app if interrupted.
|
/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 | 226 /// End points where VNI is no longer live are added to Kills. 231 /// @param Kills Append end points of VNI's live range to Kills. 236 SmallVectorImpl<SlotIndex> *Kills, 245 /// @param Kills Points where the range of LocNo could be extended. 248 const SmallVectorImpl<SlotIndex> &Kills, 541 SmallVectorImpl<SlotIndex> *Kills, 557 if (Kills) 558 Kills->push_back(Start); 579 else if (!ToEnd && Kills) [all...] |
TwoAddressInstructionPass.cpp | 218 // Find the instruction that kills SavedReg. 245 // If we find the instruction that kills SavedReg, and it is in an 283 // Save the operand that kills the register. We want to unset the kill 442 /// If allowFalsePositives is true then likely kills are treated as kills even 443 /// if it can't be proven that they are kills. 451 // All uses of physical registers are likely to be kills. 817 /// 'Reg' and it kills 'Reg, consider moving the instruction below the kill 824 // kills efficiently. 872 SmallSet<unsigned, 2> Kills; [all...] |
RegisterScavenging.cpp | 98 assert(Tracking && "Must be tracking to determine kills and defs"); 101 assert(!MI->isDebugValue() && "Debug values have no kills or defs"); 241 // implicit kills during codegen passes like the coalescer.
|
/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/ |
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 */
|
/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/llvm/test/CodeGen/Mips/ |
2011-05-26-BranchKillsVreg.ll | 6 ; kills a virtual register, and LiveVariables must be updated with the new kill
|
/external/mesa3d/src/gallium/drivers/i915/ |
TODO | 12 - Kills the chip in 3D_PRIMITIVE LINELIST with mesa-demos/fbotexture in
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 170 // This should never happen because the system kills processes that are using remote 183 // the system kills processes that are using remote cursors when the provider process
|
/external/google-tv-pairing-protocol/cpp/ |
compile | 87 # FIXME: race condition here if user kills between mkdir and trap.
|
/external/toybox/toys/other/ |
oneit.c | 54 // PID 1 can't call reboot() because it kills the task that calls it,
|
/external/clang/test/Analysis/ |
uninit-vals.m | 69 // FIXME: Assigning to 'testObj->origin' kills the default binding for the 116 // FIXME: Assigning to 'testObj->origin' kills the default binding for the
|
/external/cmockery/cmockery_0_1_2/ |
compile | 119 # FIXME: race condition here if user kills between mkdir and trap.
|