Searched refs:GetLiveOutSet (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dliveness_test.cc70 BitVector* live_out = liveness.GetLiveOutSet(*block);
H A Dssa_liveness_analysis.cc296 BitVector* live_out = GetLiveOutSet(block);
310 BitVector* live_out = GetLiveOutSet(block);
H A Dssa_liveness_analysis.h1111 BitVector* GetLiveOutSet(const HBasicBlock& block) const { function in class:art::SsaLivenessAnalysis

Completed in 53 milliseconds