Searched refs:ReplaceChild (Results 1 – 2 of 2) sorted by relevance
456 bool ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb);
2053 pred_bb->ReplaceChild(id, NullBasicBlockId); in Hide()2108 bool BasicBlock::ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb) { in ReplaceChild() function in art::BasicBlock