Searched refs:getVarInfo (Results 1 – 8 of 8) sorted by relevance
203 getVarInfo(IncomingReg).Kills.push_back(&MI);211 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()239 getVarInfo(IncomingReg).Kills.push_back(&MI);247 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()272 VarInfo &getVarInfo(Register Reg);284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
84 LiveVariables::VarInfo &LiveVariables::getVarInfo(Register Reg) { in getVarInfo() function in LiveVariables134 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegUse()180 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegDef()591 MarkVirtRegAliveInBlock(getVarInfo(I), MRI->getVRegDef(I)->getParent(), in runOnBlock()678 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction()691 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()733 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut()772 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()797 VarInfo &VI = getVarInfo(Reg); in addNewBlock()816 LiveVariables::VarInfo &VI = getVarInfo(VirtReg); in addNewBlock()[all …]
169 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); in runOnMachineFunction()322 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode()540 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
744 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()933 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()1486 LV && LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
1073 LV->getVarInfo(Reg).removeKill(*MI)) { in SplitCriticalEdge()1163 LV->getVarInfo(Reg).Kills.push_back(&*I); in SplitCriticalEdge()
2171 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()2679 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()1356 LV->getVarInfo(OutRegLEA).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
317 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in convertToThreeAddress()