Lines Matching refs:Advance
177 for (HInstructionIterator it(orig_succ->GetPhis()); !it.Done(); it.Advance()) { in RemapOrigInternalOrIncomingEdge()
207 for (HInstructionIterator it(orig_succ->GetPhis()); !it.Done(); it.Advance()) { in AddCopyInternalEdge()
223 for (HInstructionIterator it(orig_succ->GetPhis()); !it.Done(); it.Advance()) { in RemapCopyInternalEdge()
509 for (HInstructionIterator it(orig_block->GetPhis()); !it.Done(); it.Advance()) { in ResolveDataFlow()
517 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow()
533 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()
542 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()
948 for (HInstructionIterator inst_it(orig_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp()
957 for (HInstructionIterator inst_it(copy_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp()
977 for (HInstructionIterator it(orig_block->GetPhis()); !it.Done(); it.Advance()) { in CloneBasicBlock()
987 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock()