Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp210 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
211 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
212 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
220 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
222 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp837 BitVector LocalLiveOut = LocalLiveIn; in calculateLocalLiveness() local
838 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
839 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
848 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness()
850 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()