Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getVarInfo

770     KillMI = LV->getVarInfo(Reg).findKill(MBB);
964 KillMI = LV->getVarInfo(Reg).findKill(MBB);
1441 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(MI)) {