Searched defs:this_index (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.cc2103 size_t this_index = successor->GetPredecessorIndexOf(this); local
2104 successor->predecessors_.erase(successor->predecessors_.begin() + this_index);
2120 phi->ReplaceWith(phi->InputAt(1 - this_index));
2125 phi_it.Current()->AsPhi()->RemoveInputAt(this_index);
H A Dsuperblock_cloner.cc156 size_t this_index = orig_succ->GetPredecessorIndexOf(orig_block); local
166 HInstruction* orig_phi_input = orig_phi->InputAt(this_index);
168 orig_phi->RemoveInputAt(this_index);

Completed in 53 milliseconds