Searched refs:LocalLiveOut (Results 1 – 2 of 2) sorted by relevance
187 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local188 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()189 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()198 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()200 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
793 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local794 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()795 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()804 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()806 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()