Lines Matching full:live
184 // Reject any live-in physregs. It's probably CPSR/EFLAGS, and very hard to
187 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
264 /// 3. Not have any clobbered regunits live.
270 // Keep track of live regunits before the current position.
285 // Update live regunits.
293 // I clobbers Reg, so it isn't live before I.
301 // Anything read by I is live before I.
312 // Some of the clobbered registers are live before I, not a valid insertion
320 dbgs() << " live before " << *I;
368 // Live-in physregs are tricky to get right when speculating code.
370 DEBUG(dbgs() << "Tail has live-ins.\n");