Searched refs:ReplacePredecessor (Results 1 - 2 of 2) sorted by path

/art/compiler/optimizing/
H A Dnodes.cc1872 successor->ReplacePredecessor(other, this);
1909 successor->ReplacePredecessor(other, this);
1929 successor->ReplacePredecessor(this, other);
2212 header->ReplacePredecessor(old_pre_header, new_pre_header);
H A Dnodes.h924 void ReplacePredecessor(HBasicBlock* existing, HBasicBlock* new_block) { function in class:art::HBasicBlock

Completed in 33 milliseconds