Lines Matching refs:Live
78 bool Live = false; member
87 bool Live = false; member
111 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()
131 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive()
135 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive()
321 EntryInfo.Live = true; in initialize()
385 if (Info.Live) in markLive()
389 Info.Live = true; in markLive()
410 if (BBInfo.Live) in markLive()
413 BBInfo.Live = true; in markLive()
606 << (BlockInfo[BB].Live ? " LIVE\n" : "\n"); in updateDeadRegions()
617 InstInfo[Info.Terminator].Live = true; in updateDeadRegions()
702 InstInfo[PredTerm].Live = true; in makeUnconditional()
709 InstInfo[NewTerm].Live = true; in makeUnconditional()