Lines Matching defs:VirtReg
87 LiveRangeStage getStage(const LiveInterval &VirtReg) const {
88 return getStage(VirtReg.reg());
96 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) {
97 setStage(VirtReg.reg(), Stage);
339 const LiveInterval &VirtReg,
357 unsigned calculateRegionSplitCost(const LiveInterval &VirtReg,
362 unsigned doRegionSplit(const LiveInterval &VirtReg, unsigned BestCand,
364 /// Try to split VirtReg around physical Hint register.
365 bool trySplitAroundHintReg(MCPhysReg Hint, const LiveInterval &VirtReg,
370 MCRegister tryAssignCSRFirstTime(const LiveInterval &VirtReg,