Lines Matching defs:LiveOut
204 bool LiveOut = false; ///< Register is possibly live out.
387 MCPhysReg AssignedReg, bool Kill, bool LiveOut);
569 bool LiveOut) {
601 if (LiveOut) {
796 findLiveVirtReg(VirtReg)->LiveOut;
1065 LRI->LiveOut = true;
1083 if (LRI->Reloaded || LRI->LiveOut) {
1087 LLVM_DEBUG(dbgs() << "Spill Reason: LO: " << LRI->LiveOut
1090 spill(SpillBefore, VirtReg, PhysReg, Kill, LRI->LiveOut);
1110 LRI->LiveOut = false;
1133 LRI->LiveOut = true;
1274 if (I->LiveOut || I->Reloaded) {
1276 if (I->LiveOut)