Home
last modified time | relevance | path

Searched refs:instructions_from_ssa_index_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc125 instructions_from_ssa_index_.Add(current); in NumberInstructions()
143 instructions_from_ssa_index_.Add(current); in NumberInstructions()
205 HInstruction* current = instructions_from_ssa_index_.Get(idx); in ComputeLiveRanges()
270 HInstruction* current = instructions_from_ssa_index_.Get(idx); in ComputeLiveRanges()
Dssa_liveness_analysis.h1099 instructions_from_ssa_index_(graph->GetArena(), 0), in SsaLivenessAnalysis()
1120 return instructions_from_ssa_index_.Get(index); in GetInstructionFromSsaIndex()
1210 GrowableArray<HInstruction*> instructions_from_ssa_index_; variable