Lines Matching defs:LiveOut
204 bool LiveOut = false; ///< Register is possibly live out.
384 MCPhysReg AssignedReg, bool Kill, bool LiveOut);
566 bool LiveOut) {
598 if (LiveOut) {
793 findLiveVirtReg(VirtReg)->LiveOut;
1059 LRI->LiveOut = true;
1086 if (LRI->Reloaded || LRI->LiveOut) {
1090 LLVM_DEBUG(dbgs() << "Spill Reason: LO: " << LRI->LiveOut
1093 spill(SpillBefore, VirtReg, PhysReg, Kill, LRI->LiveOut);
1113 LRI->LiveOut = false;
1136 LRI->LiveOut = true;
1236 if (I->LiveOut || I->Reloaded) {
1238 if (I->LiveOut)