Lines Matching full:varinfo
60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const {
67 void LiveVariables::VarInfo::dump() const {
84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
92 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
118 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
137 VarInfo& VRInfo = getVarInfo(reg);
183 VarInfo &VRInfo = getVarInfo(Reg);
684 VarInfo &VI = getVarInfo(Reg);
698 assert(removed && "kill not in register's VarInfo?");
721 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB,
740 LiveVariables::VarInfo &VI = getVarInfo(Reg);
805 VarInfo &VI = getVarInfo(Reg);