Lines Matching full:live
45 // variable live range.
57 // All live variables we know about in the object/image file.
70 // Get the column number (in characters) at which the first live variable
74 // Indent to the first live-range column to the right of the currently
78 // put live variable lines. Pick a less overloaded word.
92 /// NextAddr. In the common case, any live range active at ThisAddr is
93 /// live-in to the instruction, and any live range active at NextAddr is
94 /// live-out of the instruction. If IncludeDefinedVars is false, then live
110 /// Print live ranges to the right of an existing line. This assumes the
111 /// line is not an instruction, so doesn't start or end any live ranges, so
117 /// Print any live variable range info needed to the right of a
120 /// to the live range which starts at the next instruction. If MustPrint is
122 /// already-active live ranges) because something has already been printed
126 /// Print the live variable ranges to the right of a disassembled instruction.