Lines Matching refs:Live
79 bool Live = false; member
88 bool Live = false; member
112 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()
126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive()
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive()
316 EntryInfo.Live = true; in initialize()
380 if (Info.Live) in markLive()
384 Info.Live = true; in markLive()
405 if (BBInfo.Live) in markLive()
408 BBInfo.Live = true; in markLive()
575 << (BlockInfo[BB].Live ? " LIVE\n" : "\n"); in updateDeadRegions()
586 InstInfo[Info.Terminator].Live = true; in updateDeadRegions()
671 InstInfo[PredTerm].Live = true; in makeUnconditional()
678 InstInfo[NewTerm].Live = true; in makeUnconditional()