HomeSort by relevance Sort by last modified time
    Searched refs:removeVirtualRegistersKilled (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 231 /// removeVirtualRegistersKilled - Remove all killed info for the specified
233 void removeVirtualRegistersKilled(MachineInstr &MI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 238 /// removeVirtualRegistersKilled - Remove all killed info for the specified
240 void removeVirtualRegistersKilled(MachineInstr *MI);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PHIElimination.cpp 267 LV->removeVirtualRegistersKilled(MPhi);
LiveVariables.cpp 654 /// removeVirtualRegistersKilled - Remove all killed info for the specified
656 void LiveVariables::removeVirtualRegistersKilled(MachineInstr *MI) {
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 300 LV->removeVirtualRegistersKilled(*MPhi);
LiveVariables.cpp 689 /// removeVirtualRegistersKilled - Remove all killed info for the specified
691 void LiveVariables::removeVirtualRegistersKilled(MachineInstr &MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PHIElimination.cpp 314 LV->removeVirtualRegistersKilled(*MPhi);
LiveVariables.cpp 689 /// removeVirtualRegistersKilled - Remove all killed info for the specified
691 void LiveVariables::removeVirtualRegistersKilled(MachineInstr &MI) {

Completed in 246 milliseconds