Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

252     /// this does not count live through (livein but not used) registers.
514 // Conservatively treat live-in's as an external def.
621 // loop invariant must be kept live throughout the whole loop. This is
795 /// does not count live through (livein but not used) registers.
800 // fallthrough or an unconditional branch, then scan its predecessor for live
946 // If the reg is live into the loop, we can't hoist an instruction
986 // A PHI inside the loop causes a copy because the live range of Reg is
1151 // - The value defined by the instruction becomes live across the entire
1155 // lowering the PHI after extending the live range.
1158 // needs to be live in the loop. This lowers register pressure in the loop.
1440 // since they may need to be live throughout the entire loop
1441 // rather than just live for part of it.