Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

39 STATISTIC(NumNewQueued    , "Number of new live ranges queued");
78 llvm_unreachable("unallocated live vreg");
131 // Visit all the live registers. If they are already assigned to a physical
135 NamedRegionTimer T("Seed Live Regs", TimerGroupName, TimePassesIsEnabled);
181 // Invalidate all interference queries, live ranges could have changed.
185 // register if possible and populate a list of new live intervals that
234 // Check if this live virtual register interferes with a physical register. If
245 // Add newly allocated physical registers to the MBB live in sets.
247 NamedRegionTimer T("MBB Live Ins", TimerGroupName, TimePassesIsEnabled);
257 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " live-in:");