Searched refs:inst_it (Results 1 – 8 of 8) sorted by relevance
47 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in MarkDeadPhis() local48 HPhi* phi = inst_it.Current()->AsPhi(); in MarkDeadPhis()137 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in Run() local138 worklist.push_back(inst_it.Current()->AsPhi()); in Run()
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()
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()245 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in ComputeLiveRanges() local246 HInstruction* current = inst_it.Current(); in ComputeLiveRanges()
129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run() local130 !inst_it.Done(); in Run()131 inst_it.Advance()) { in Run()132 HInstruction* instruction = inst_it.Current(); in Run()
31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run() local32 inst_it.Advance()) { in Run()33 inst_it.Current()->Accept(this); in Run()
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()
994 for (HInstructionIterator inst_it(orig_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp() local995 HPhi* phi = inst_it.Current()->AsPhi(); in CleanUp()1003 for (HInstructionIterator inst_it(copy_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp() local1004 HPhi* phi = inst_it.Current()->AsPhi(); in CleanUp()
186 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in Resolve() local187 HInstruction* phi = inst_it.Current(); in Resolve()