Searched refs:end_then (Results 1 – 1 of 1) sorted by relevance
1110 HBasicBlock* end_then = invoke_instruction->GetBlock(); in CreateDiamondPatternForPolymorphicInline() local1111 HBasicBlock* otherwise = end_then->SplitBeforeForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline()1127 end_then->AddInstruction(new (allocator) HGoto(dex_pc)); in CreateDiamondPatternForPolymorphicInline()1138 end_then->AddSuccessor(merge); in CreateDiamondPatternForPolymorphicInline()1153 index = IndexOfElement(graph_->reverse_post_order_, end_then); in CreateDiamondPatternForPolymorphicInline()