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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 204 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
208 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr *MI) {
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 284 LV->removeVirtualRegisterKilled(IncomingReg, OldKill);
TwoAddressInstructionPass.cpp 904 LV->removeVirtualRegisterKilled(Reg, KillMI)
    [all...]

Completed in 2932 milliseconds