Searched refs:GetLiveInSet (Results 1 – 4 of 4) sorted by relevance
184 BitVector* live_in = GetLiveInSet(*block); in ComputeLiveRanges()190 live_in->Union(GetLiveInSet(*successor)); in ComputeLiveRanges()301 if (live_out->Union(GetLiveInSet(*successor))) { in UpdateLiveOut()312 BitVector* live_in = GetLiveInSet(block); in UpdateLiveIn()
68 BitVector* live_in = liveness.GetLiveInSet(*block); in TestCode()
1107 BitVector* GetLiveInSet(const HBasicBlock& block) const { in GetLiveInSet() function
1746 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve()