Home | History | Annotate | Download | only in Utils

Lines Matching full:live

57 STATISTIC(NumSpilled, "Number of registers live across unwind edges");
266 // live across unwind edges. Each value that is live across an unwind edge
267 // we spill into a stack location, guaranteeing that there is nothing live
286 // value itself cannot be live across the entry block.
322 // Finally, scan the code looking for instructions with bad live ranges.
349 // Scan all of the uses and see if the live range is live across an unwind
350 // edge. If we find a use live across an invoke edge, create an alloca
354 // Find all of the blocks that this value is live in.
372 // Now that we know all of the blocks that this thing is live in, see if
422 // live across unwind edges. Each value that is live across an unwind edge
423 // we spill into a stack location, guaranteeing that there is nothing live
432 // alloca because the value needs to be live across invokes.