Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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()
/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/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp215 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
216 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
217 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
225 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
227 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
/external/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp839 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
840 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
841 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
850 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
852 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()