Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc173 BitVector* live_in = GetLiveInSet(*block); in ComputeLiveRanges()
178 live_in->Union(GetLiveInSet(*successor)); in ComputeLiveRanges()
296 if (live_out->Union(GetLiveInSet(*successor))) { in UpdateLiveOut()
307 BitVector* live_in = GetLiveInSet(block); in UpdateLiveIn()
Dliveness_test.cc59 BitVector* live_in = liveness.GetLiveInSet(*block); in TestCode()
Dregister_allocation_resolver.cc158 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve()
171 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve()
Dssa_liveness_analysis.h1189 BitVector* GetLiveInSet(const HBasicBlock& block) const { in GetLiveInSet() function
1299 BitVector* live_in = GetLiveInSet(block); in CheckNoLiveInIrreducibleLoop()