Lines Matching refs:LiveRegs
191 LivePhysRegs LiveRegs; in expandAtomicCmpSwapSubword() local
192 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwapSubword()
193 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwapSubword()
194 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicCmpSwapSubword()
195 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwapSubword()
292 LivePhysRegs LiveRegs; in expandAtomicCmpSwap() local
293 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwap()
294 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwap()
295 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwap()
602 LivePhysRegs LiveRegs; in expandAtomicBinOpSubword() local
603 computeAndAddLiveIns(LiveRegs, *loopMBB); in expandAtomicBinOpSubword()
604 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicBinOpSubword()
605 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicBinOpSubword()
845 LivePhysRegs LiveRegs; in expandAtomicBinOp() local
846 computeAndAddLiveIns(LiveRegs, *loopMBB); in expandAtomicBinOp()
847 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicBinOp()