Home
last modified time | relevance | path

Searched refs:ReplacePredecessor (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc1122 successor->ReplacePredecessor(other, this); in MergeWith()
1161 successor->ReplacePredecessor(other, this); in MergeWithInlined()
1182 successor->ReplacePredecessor(this, other); in ReplaceWith()
1422 header->ReplacePredecessor(pre_header, new_pre_header); in TransformLoopHeaderForBCE()
Dnodes.h579 void ReplacePredecessor(HBasicBlock* existing, HBasicBlock* new_block) { in ReplacePredecessor() function