Searched refs:LocalLiveOut (Results 1 – 2 of 2) sorted by relevance
215 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local216 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()217 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()225 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()227 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
837 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local838 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()839 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()848 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()850 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()