Home
last modified time | relevance | path

Searched refs:LocalLiveOut (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp187 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
188 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()
H A DStackColoring.cpp793 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
794 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()