Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2289 loop_info->ReplaceBackEdge(other, this); in MergeWith()
2412 loop_info->ReplaceBackEdge(reference, block); in UpdateLoopAndTryInformationOfNewBlock()
Dnodes.h916 void ReplaceBackEdge(HBasicBlock* existing, HBasicBlock* new_back_edge) { in ReplaceBackEdge() function