Home
last modified time | relevance | path

Searched refs:PrevMII (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp1622 MachineBasicBlock::iterator PrevMII = LastStore; in SpillRegToStackSlot() local
1623 bool CheckDef = PrevMII != MBB->begin(); in SpillRegToStackSlot()
1625 --PrevMII; in SpillRegToStackSlot()
1633 if (InvalidateRegDef(PrevMII, *MII, KillRegs[j], HasOtherDef, TRI)) { in SpillRegToStackSlot()
1634 MachineInstr *DeadDef = PrevMII; in SpillRegToStackSlot()