Home | History | Annotate | Download | only in CodeGen

Lines Matching full:insertspill

179   void insertSpill(unsigned VReg, bool isKill, MachineBasicBlock::iterator MI);
1199 /// insertSpill - Insert a spill of NewVReg after MI.
1200 void InlineSpiller::insertSpill(unsigned NewVReg, bool isKill,
1320 insertSpill(NewVReg, true, MI);