Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSpill

280             if (((intervalTypesToRender & VirtNoSpills) && !rmf->isSpill(li)) || 
281 ((intervalTypesToRender & VirtSpills) && rmf->isSpill(li))) {
979 bool RenderMachineFunction::isSpill(const LiveInterval *li) const {