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.cpp779 BitVector LocalLiveOut; in calculateLocalLiveness() local
808 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()