Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc202 HBasicBlock* copy_block = GetBlockCopy(orig_block); in AddCopyInternalEdge() local
204 copy_block->AddSuccessor(copy_succ); in AddCopyInternalEdge()
218 HBasicBlock* copy_block = GetBlockCopy(orig_block); in RemapCopyInternalEdge() local
219 copy_block->AddSuccessor(orig_succ); in RemapCopyInternalEdge()
220 DCHECK(copy_block->HasSuccessor(orig_succ)); in RemapCopyInternalEdge()
471 HBasicBlock* copy_block = GetBlockCopy(orig_block); in RemapEdgesSuccessors() local
472 copy_block->AddSuccessor(orig_succ); in RemapEdgesSuccessors()
956 HBasicBlock* copy_block = GetBlockCopy(orig_block); in CleanUp() local
957 for (HInstructionIterator inst_it(copy_block->GetPhis()); !inst_it.Done(); inst_it.Advance()) { in CleanUp()
961 copy_block->RemovePhi(phi); in CleanUp()
[all …]