Searched refs:getVarInfo (Results 1 – 8 of 8) sorted by relevance
201 getVarInfo(IncomingReg).Kills.push_back(MI); 209 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterKilled()237 getVarInfo(IncomingReg).Kills.push_back(MI);245 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterDead()270 VarInfo &getVarInfo(unsigned RegIdx);282 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) { in getVarInfo() function in LiveVariables137 VarInfo& VRInfo = getVarInfo(reg); in HandleVirtRegUse()183 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegDef()617 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(), in runOnMachineFunction()678 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction()691 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()734 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut()796 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()822 VarInfo &VI = getVarInfo(Reg); in addNewBlock()
273 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode()457 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
773 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()965 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()1467 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(MI)) { in processTiedPairs()
741 LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()835 LV->getVarInfo(Reg).Kills.push_back(I); in SplitCriticalEdge()
1000 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()1303 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()
2034 LV->getVarInfo(leaInReg).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()2035 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
247 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in convertToThreeAddress()