Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

13 // them with a data structure tracking where live user variables are kept - in a
47 EnableLDV("live-debug-variables", cl::init(true),
48 cl::desc("Enable the live debug variables pass"), cl::Hidden);
71 /// LocMap - Map of where a user value is live, and its location.
119 /// Map of slot indices where this value is live.
132 /// is live. Returns true if any changes were made.
215 /// dominator tree. Stop when meeting an existing def or when leaving the live
217 /// End points where VNI is no longer live are added to Kills.
222 /// @param Kills Append end points of VNI's live range to Kills.
223 /// @param LIS Live intervals analysis.
244 /// computeIntervals - Compute the live intervals of all locations after
255 /// live. Returns true if any changes were made.
318 /// computeIntervals - Compute the live intervals of all user values after
498 // Limit to VNI's live range.
524 // Limited by VNI's live range.
637 // Register locations are constrained to where the register value is live.
671 DEBUG(dbgs() << "********** COMPUTING LIVE DEBUG VARIABLES: "
739 // Live Range Splitting
989 DEBUG(dbgs() << "********** EMITTING LIVE DEBUG VARIABLES **********\n");