Searched refs:GetLiveOutSet (Results 1 – 3 of 3) sorted by relevance
70 BitVector* live_out = liveness.GetLiveOutSet(*block); in TestCode()
296 BitVector* live_out = GetLiveOutSet(block); in UpdateLiveOut()310 BitVector* live_out = GetLiveOutSet(block); in UpdateLiveIn()
1111 BitVector* GetLiveOutSet(const HBasicBlock& block) const { in GetLiveOutSet() function