Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getVarInfo

844     KillMI = LV->getVarInfo(Reg).findKill(MBB);
1031 KillMI = LV->getVarInfo(Reg).findKill(MBB);
1572 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(*MI)) {