Searched refs:instructions_from_ssa_index_ (Results 1 – 2 of 2) sorted by relevance
56 instructions_from_ssa_index_.push_back(current); in NumberInstructions()74 instructions_from_ssa_index_.push_back(current); in NumberInstructions()
1183 instructions_from_ssa_index_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()1203 return instructions_from_ssa_index_[index]; in GetInstructionFromSsaIndex()1323 ScopedArenaVector<HInstruction*> instructions_from_ssa_index_; variable