Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

294     OS << "    Live Ins:";
351 "Only the entry block and landing pads can have physreg live ins");
364 llvm_unreachable("Incompatible live-in register class.");
809 // Inherit live-ins from the successor
829 // Update relevant live-through information.
834 // After splitting the edge and updating SlotIndexes, live intervals may be
836 // the function. If the original block was the last in the function, all live
838 // original block was not at the end of the function, all live intervals will
863 assert(VNI && "PHI sources should be live out of their predecessors.");
882 assert(VNI && "LiveInterval should have VNInfo where it is live.");
1167 // Register killed, so isn't live.
1171 // Defined or read without a previous kill - live.
1179 // If so, the register's state is definitely defined by the live-in state.
1200 // Used, therefore must have been live.
1205 // Defined (but not read) therefore cannot have been live.