Searched refs:inst_it (Results 1 – 9 of 9) sorted by relevance
43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local44 inst_it.Advance()) { in Run()45 HInstruction* instruction = inst_it.Current(); in Run()
46 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in MarkDeadPhis() local47 HPhi* phi = inst_it.Current()->AsPhi(); in MarkDeadPhis()136 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in Run() local137 worklist.push_back(inst_it.Current()->AsPhi()); in Run()
51 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in NumberInstructions() local52 HInstruction* current = inst_it.Current(); in NumberInstructions()68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions() local69 inst_it.Advance()) { in NumberInstructions()70 HInstruction* current = inst_it.Current(); in NumberInstructions()227 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in ComputeLiveRanges() local228 HInstruction* current = inst_it.Current(); in ComputeLiveRanges()
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()
30 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local31 inst_it.Advance()) { in Run()32 inst_it.Current()->Accept(this); in Run()
184 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local185 inst_it.Advance()) { in Run()186 HInstruction* inst = inst_it.Current(); in Run()
636 for (HInstructionIterator inst_it(orig_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp() local637 HPhi* phi = inst_it.Current()->AsPhi(); in CleanUp()645 for (HInstructionIterator inst_it(copy_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp() local646 HPhi* phi = inst_it.Current()->AsPhi(); in CleanUp()
115 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in AllocateRegisters() local116 HInstruction* instruction = inst_it.Current(); in AllocateRegisters()120 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters() local121 !inst_it.Done(); in AllocateRegisters()122 inst_it.Advance()) { in AllocateRegisters()123 HInstruction* instruction = inst_it.Current(); in AllocateRegisters()173 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in AllocateRegistersInternal() local174 ProcessInstruction(inst_it.Current()); in AllocateRegistersInternal()
186 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in Resolve() local187 HInstruction* phi = inst_it.Current(); in Resolve()