HomeSort by relevance Sort by last modified time
    Searched refs:removeVirtualRegistersKilled (Results 1 - 20 of 20) 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 230 /// removeVirtualRegistersKilled - Remove all killed info for the specified
232 void removeVirtualRegistersKilled(MachineInstr &MI);
  /prebuilts/clang/host/linux-x86/clang-4691093/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) {

Completed in 571 milliseconds