Home
last modified time | relevance | path

Searched refs:GetLiveInSet (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc184 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()
Dliveness_test.cc68 BitVector* live_in = liveness.GetLiveInSet(*block); in TestCode()
Dssa_liveness_analysis.h1107 BitVector* GetLiveInSet(const HBasicBlock& block) const { in GetLiveInSet() function
Dregister_allocator.cc1746 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve()