Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

44 STATISTIC(NumSpilled, "Number of registers live across unwind edges");
237 /// splitLiveRangesAcrossInvokes - Each value that is live across an unwind edge
238 /// we spill into a stack location, guaranteeing that there is nothing live
265 // value itself cannot be live across the entry block.
301 // Finally, scan the code looking for instructions with bad live ranges.
328 // Find all of the blocks that this value is live in.
346 // Now that we know all of the blocks that this thing is live in, see if
487 // live across unwind edges. Each value that is live across an unwind edge we
488 // spill into a stack location, guaranteeing that there is nothing live across
796 /// ensures that the argument value itself cannot be live out of the entry
844 // Finally, scan the code looking for instructions with bad live ranges.
873 // Find all of the blocks that this value is live in.
891 // Now that we know all of the blocks that this thing is live in, see if