Lines Matching refs:it
177 for (HInstructionIterator it(orig_succ->GetPhis()); !it.Done(); it.Advance()) { in RemapOrigInternalOrIncomingEdge() local
178 HPhi* orig_phi = it.Current()->AsPhi(); in RemapOrigInternalOrIncomingEdge()
207 for (HInstructionIterator it(orig_succ->GetPhis()); !it.Done(); it.Advance()) { in AddCopyInternalEdge() local
208 HPhi* orig_phi = it.Current()->AsPhi(); in AddCopyInternalEdge()
223 for (HInstructionIterator it(orig_succ->GetPhis()); !it.Done(); it.Advance()) { in RemapCopyInternalEdge() local
224 HPhi* orig_phi = it.Current()->AsPhi(); in RemapCopyInternalEdge()
509 for (HInstructionIterator it(orig_block->GetPhis()); !it.Done(); it.Advance()) { in ResolveDataFlow() local
510 HPhi* orig_phi = it.Current()->AsPhi(); in ResolveDataFlow()
517 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow() local
518 CheckInstructionInputsRemapping(it.Current()); in ResolveDataFlow()
533 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable() local
534 HInstruction* instr = it.Current(); in CollectLiveOutsAndCheckClonable()
542 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable() local
543 HInstruction* instr = it.Current(); in CollectLiveOutsAndCheckClonable()
603 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ConstructSubgraphClosedSSA() local
604 HInstruction* user = it->GetUser(); in ConstructSubgraphClosedSSA()
605 size_t index = it->GetIndex(); in ConstructSubgraphClosedSSA()
607 ++it; in ConstructSubgraphClosedSSA()
615 for (auto it = env_uses.begin(), e = env_uses.end(); it != e; /* ++it below */) { in ConstructSubgraphClosedSSA() local
616 HEnvironment* env = it->GetUser(); in ConstructSubgraphClosedSSA()
617 size_t index = it->GetIndex(); in ConstructSubgraphClosedSSA()
618 ++it; in ConstructSubgraphClosedSSA()
629 for (auto it : live_outs_) { in FixSubgraphClosedSSAAfterCloning() local
630 DCHECK(it.first != it.second); in FixSubgraphClosedSSAAfterCloning()
631 HInstruction* orig_value = it.first; in FixSubgraphClosedSSAAfterCloning()
632 HPhi* phi = it.second->AsPhi(); in FixSubgraphClosedSSAAfterCloning()
735 for (auto it : *hir_map_) { in VerifyGraph()
736 HInstruction* orig_instr = it.first; in VerifyGraph()
737 HInstruction* copy_instr = it.second; in VerifyGraph()
739 DCHECK(it.first->GetBlock() != nullptr); in VerifyGraph()
742 DCHECK(it.second->GetBlock() != nullptr); in VerifyGraph()
977 for (HInstructionIterator it(orig_block->GetPhis()); !it.Done(); it.Advance()) { in CloneBasicBlock() local
978 HInstruction* orig_instr = it.Current(); in CloneBasicBlock()
987 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock() local
988 HInstruction* orig_instr = it.Current(); in CloneBasicBlock()