Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc144 BitVector* live_in = GetLiveInSet(*block); in ComputeLiveRanges()
149 live_in->Union(GetLiveInSet(*successor)); in ComputeLiveRanges()
278 if (live_out->Union(GetLiveInSet(*successor))) { in UpdateLiveOut()
289 BitVector* live_in = GetLiveInSet(block); in UpdateLiveIn()
Dliveness_test.cc63 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.h1179 BitVector* GetLiveInSet(const HBasicBlock& block) const { in GetLiveInSet() function
1277 BitVector* live_in = GetLiveInSet(block); in CheckNoLiveInIrreducibleLoop()