Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp804 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
805 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
806 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
815 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
817 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()