Searched refs:getVarInfo (Results 1 – 11 of 11) sorted by relevance
209 getVarInfo(IncomingReg).Kills.push_back(&MI);217 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()244 getVarInfo(IncomingReg).Kills.push_back(&MI);252 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()270 VarInfo &getVarInfo(Register Reg);282 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
244 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters()253 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters()283 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in collectCandidateRegisters()376 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(MOReg); in collectWaterfallCandidateRegisters()417 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in updateLiveRangeInThenRegion()473 LiveVariables::VarInfo &NewVarInfo = LV->getVarInfo(NewReg); in updateLiveRangeInElseRegion()474 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in updateLiveRangeInElseRegion()545 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in optimizeLiveRange()582 LiveVariables::VarInfo &NewVarInfo = LV->getVarInfo(NewReg); in optimizeWaterfallLiveRange()583 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in optimizeWaterfallLiveRange()
266 LV->getVarInfo(Tmp).Kills.push_back(SetExec); in emitIf()537 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in emitEndCf()
3959 LV->getVarInfo(DefReg).AliveBlocks.clear(); in convertToThreeAddress()
114 LiveVariables::VarInfo &LiveVariables::getVarInfo(Register Reg) { in getVarInfo() function in LiveVariables163 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegUse()209 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegDef()604 MarkVirtRegAliveInBlock(getVarInfo(I), MRI->getVRegDef(I)->getParent(), in runOnBlock()687 VarInfo &VI = getVarInfo(Reg); in recomputeForSingleDefVirtReg()772 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction()784 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()826 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut()865 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()890 VarInfo &VI = getVarInfo(Reg); in addNewBlock()[all …]
222 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); in run()407 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode()567 LiveVariables::VarInfo &SrcVI = LV->getVarInfo(SrcReg); in LowerPHINode()568 LiveVariables::VarInfo &IncomingVI = LV->getVarInfo(IncomingReg); in LowerPHINode()659 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
935 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()1123 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()1689 LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()1777 } else if (LV && LV->getVarInfo(RegB).findKill(MI->getParent()) != MI) { in processStatepoint()1816 LiveVariables::VarInfo &SrcInfo = LV->getVarInfo(RegB); in processStatepoint()1817 LiveVariables::VarInfo &DstInfo = LV->getVarInfo(RegA); in processStatepoint()
1195 if (Reg.isPhysical() || LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()1265 LV->getVarInfo(Reg).Kills.push_back(&*I); in SplitCriticalEdge()
2821 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()3352 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()
1344 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()1346 LV->getVarInfo(InRegLEA2).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()1347 LV->getVarInfo(OutRegLEA).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()1488 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()1523 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()1549 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()1601 LV->getVarInfo(SrcReg2).Kills.push_back(NewMI); in convertToThreeAddress()1603 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()1643 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()1683 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
320 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in convertToThreeAddress()