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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
213 if (!getVarInfo(reg).removeKill(MI))
249 if (!getVarInfo(reg).removeKill(MI))
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 99 /// removeKill - Delete a kill corresponding to the specified
102 bool removeKill(MachineInstr *MI) {
220 if (!getVarInfo(reg).removeKill(MI))
256 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
212 if (!getVarInfo(reg).removeKill(MI))
248 if (!getVarInfo(reg).removeKill(MI))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ProcessImplicitDefs.cpp 126 vi.removeKill(MI);
159 vi.removeKill(MI);
270 vi.removeKill(RMI);
LiveVariables.cpp 663 bool removed = getVarInfo(Reg).removeKill(MI);
MachineBasicBlock.cpp 549 LV->getVarInfo(Reg).removeKill(MI)) {
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 698 bool removed = getVarInfo(Reg).removeKill(MI);
MachineBasicBlock.cpp 758 LV->getVarInfo(Reg).removeKill(*MI)) {
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 254 if (VI.removeKill(MI))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 277 if (VI.removeKill(MI))
    [all...]

Completed in 254 milliseconds