Searched refs:this_index (Results 1 – 2 of 2) sorted by relevance
170 size_t this_index = orig_succ->GetPredecessorIndexOf(orig_block); in RemapOrigInternalOrIncomingEdge() local180 HInstruction* orig_phi_input = orig_phi->InputAt(this_index); in RemapOrigInternalOrIncomingEdge()182 orig_phi->RemoveInputAt(this_index); in RemapOrigInternalOrIncomingEdge()
2149 size_t this_index = successor->GetPredecessorIndexOf(this); in DisconnectAndDelete() local2150 successor->predecessors_.erase(successor->predecessors_.begin() + this_index); in DisconnectAndDelete()2166 phi->ReplaceWith(phi->InputAt(1 - this_index)); in DisconnectAndDelete()2171 phi_it.Current()->AsPhi()->RemoveInputAt(this_index); in DisconnectAndDelete()