Lines Matching full:live
670 /// ComputeLiveInBlocks - Determine which blocks the value is live in. These
680 // where the def is live. Blocks are added to the worklist if we need to
687 // the value isn't really live-in.
693 // reference to the alloca is a def (store), then we know it isn't live-in.
699 // actually live-in here.
710 // live into this block.
716 // Now that we have a set of blocks where the phi is live-in, recursively add
717 // their predecessors until we find the full region the value is live.
721 // The block really is live in here, insert it into the set. If already in
726 // Since the value is live into BB, it is either defined in a predecessor or
727 // live into it to. Add the preds to the worklist unless they are a
732 // The value is not live into a predecessor if it defines the value.
752 // Determine which blocks the value is live in. These are blocks which lead