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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 158 /// HandlePhysRegKill - Add kills of Reg and its sub-registers to the
161 bool HandlePhysRegKill(unsigned Reg, MachineInstr *MI);
163 /// HandleRegMask - Call HandlePhysRegKill for all registers clobbered by Mask.
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 311 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
424 // Call HandlePhysRegKill() for all live registers clobbered by Mask.
440 HandlePhysRegKill(Super, 0);
473 HandlePhysRegKill(Reg, MI);
480 HandlePhysRegKill(SubReg, MI);

Completed in 31 milliseconds