Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp784 BitVector LocalLiveOut; in calculateLocalLiveness() local
813 LocalLiveOut = LocalLiveIn; in calculateLocalLiveness()
814 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
815 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
824 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
826 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()