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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 244 /// removeVirtualRegisterDead - Remove the specified kill of the virtual
248 bool removeVirtualRegisterDead(unsigned reg, MachineInstr &MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveVariables.h 243 /// removeVirtualRegisterDead - Remove the specified kill of the virtual
247 bool removeVirtualRegisterDead(unsigned reg, MachineInstr &MI) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 251 /// removeVirtualRegisterDead - Remove the specified kill of the virtual
255 bool removeVirtualRegisterDead(unsigned reg, MachineInstr *MI) {

Completed in 339 milliseconds