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 501 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
503 unsigned getLiveInPhysReg(unsigned VReg) const;
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 345 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
347 unsigned MachineRegisterInfo::getLiveInPhysReg(unsigned VReg) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 60 milliseconds