Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp171 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
172 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
173 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
182 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
184 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
DStackColoring.cpp656 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
657 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
658 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
667 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
669 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()