Searched refs:removeVirtualRegisterKilled (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DLiveVariables.h206 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
210 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr *MI) { function in class:llvm::LiveVariables
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DPHIElimination.cpp263 LV->removeVirtualRegisterKilled(IncomingReg, OldKill);
H A DTwoAddressInstructionPass.cpp844 LV->removeVirtualRegisterKilled(Reg, KillMI);
1000 LV->removeVirtualRegisterKilled(Reg, KillMI);

Completed in 184 milliseconds