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

/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp343 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
345 unsigned MachineRegisterInfo::getLiveInPhysReg(unsigned VReg) const { function in class:MachineRegisterInfo
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h753 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
755 unsigned getLiveInPhysReg(unsigned VReg) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4587 unsigned PR = RegInfo.getLiveInPhysReg(Reg);

Completed in 144 milliseconds