Lines Matching defs:VirtReg
86 LiveRangeStage getStage(const LiveInterval &VirtReg) const {
87 return getStage(VirtReg.reg());
95 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) {
96 setStage(VirtReg.reg(), Stage);
338 const LiveInterval &VirtReg,
356 unsigned calculateRegionSplitCost(const LiveInterval &VirtReg,
361 unsigned doRegionSplit(const LiveInterval &VirtReg, unsigned BestCand,
363 /// Try to split VirtReg around physical Hint register.
364 bool trySplitAroundHintReg(MCPhysReg Hint, const LiveInterval &VirtReg,
369 MCRegister tryAssignCSRFirstTime(const LiveInterval &VirtReg,