Lines Matching full:live
95 // Get the column number (in characters) at which the first live variable
101 // Indent to the first live-range column to the right of the currently
105 // put live variable lines. Pick a less overloaded word.
149 /// NextAddr. In the common case, any live range active at ThisAddr is
150 /// live-in to the instruction, and any live range active at NextAddr is
151 /// live-out of the instruction. If IncludeDefinedVars is false, then live
176 // are now live. in update()
231 /// Print live ranges to the right of an existing line. This assumes the
232 /// line is not an instruction, so doesn't start or end any live ranges, so
257 /// Print any live variable range info needed to the right of a
260 /// to the live range which starts at the next instruction. If MustPrint is
262 /// already-active live ranges) because something has already been printed
269 // First we need to print the live range markers for any active in printBetweenInsts()
282 // Then print the variable name and location of the new live range, in printBetweenInsts()
283 // with box drawing characters joining it to the live range line. in printBetweenInsts()
296 // printed, then continue their live range lines. in printBetweenInsts()
317 // just continues any existing live ranges. in printBetweenInsts()
322 /// Print the live variable ranges to the right of a disassembled instruction.
338 llvm_unreachable("var must be live in or out!"); in printAfterInst()