Home
last modified time | relevance | path

Searched refs:MergeWith (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dboolean_simplifier.cc141 block->MergeWith(false_block); in TryRemovingBooleanSelection()
142 block->MergeWith(merge_block); in TryRemovingBooleanSelection()
Ddead_code_elimination.cc110 block->MergeWith(successor); in RemoveDeadBlocks()
Dnodes.cc1093 void HBasicBlock::MergeWith(HBasicBlock* other) { in MergeWith() function in art::HBasicBlock
Dnodes.h675 void MergeWith(HBasicBlock* other);