Searched refs:inst_it (Results 1 – 7 of 7) sorted by relevance
39 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in MarkDeadPhis() local40 HPhi* phi = inst_it.Current()->AsPhi(); in MarkDeadPhis()126 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in Run() local127 worklist_.push_back(inst_it.Current()->AsPhi()); in Run()
46 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local47 inst_it.Advance()) { in Run()48 HInstruction* instruction = inst_it.Current(); in Run()
128 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run() local129 !inst_it.Done(); in Run()130 inst_it.Advance()) { in Run()131 HInstruction* instruction = inst_it.Current(); in Run()
121 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in NumberInstructions() local122 HInstruction* current = inst_it.Current(); in NumberInstructions()138 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions() local139 inst_it.Advance()) { in NumberInstructions()140 HInstruction* current = inst_it.Current(); in NumberInstructions()299 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in ComputeLiveRanges() local300 HInstruction* current = inst_it.Current(); in ComputeLiveRanges()
26 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local27 inst_it.Advance()) { in Run()28 inst_it.Current()->Accept(this); in Run()
118 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in AllocateRegisters() local119 HInstruction* instruction = inst_it.Current(); in AllocateRegisters()123 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters() local124 !inst_it.Done(); in AllocateRegisters()125 inst_it.Advance()) { in AllocateRegisters()126 HInstruction* instruction = inst_it.Current(); in AllocateRegisters()177 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in AllocateRegistersInternal() local178 ProcessInstruction(inst_it.Current()); in AllocateRegistersInternal()1958 for (HInstructionIterator inst_it(current->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in Resolve() local1959 HInstruction* phi = inst_it.Current(); in Resolve()
572 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local573 inst_it.Advance()) { in Run()574 HInstruction* inst = inst_it.Current(); in Run()