Searched refs:LocalLiveOut (Results 1 – 1 of 1) sorted by relevance
779 BitVector LocalLiveOut; in calculateLocalLiveness() local808 LocalLiveOut = LocalLiveIn; in calculateLocalLiveness()809 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()810 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()819 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()821 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()