Home
last modified time | relevance | path

Searched refs:LocalLiveOut (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp186 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
187 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
188 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
197 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
199 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
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()