Searched refs:ValueOfLocalAt (Results 1 – 2 of 2) sorted by relevance
88 HInstruction* ValueOfLocalAt(HBasicBlock* block, size_t local);
123 inline HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) { in ValueOfLocalAt() function in art::HInstructionBuilder158 ValueOfLocalAt(current_block_->GetLoopInformation()->GetPreHeader(), local); in InitializeBlockLocals()179 HInstruction* value = ValueOfLocalAt(current_block_->GetPredecessors()[0], local); in InitializeBlockLocals()182 HInstruction* current = ValueOfLocalAt(predecessor, local); in InitializeBlockLocals()198 HInstruction* first_input = ValueOfLocalAt(current_block_->GetPredecessors()[0], local); in InitializeBlockLocals()205 HInstruction* pred_value = ValueOfLocalAt(current_block_->GetPredecessors()[i], local); in InitializeBlockLocals()290 HInstruction* value = ValueOfLocalAt(predecessor, vreg); in SetLoopHeaderPhiInputs()