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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 423 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
425 unsigned getLiveInPhysReg(unsigned VReg) const;
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 205 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
207 unsigned MachineRegisterInfo::getLiveInPhysReg(unsigned VReg) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 58 milliseconds