HomeSort by relevance Sort by last modified time
    Searched defs:removeVirtualRegisterKilled (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 208 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
212 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 215 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
219 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr *MI) {

Completed in 250 milliseconds