Searched refs:end_then (Results 1 – 1 of 1) sorted by relevance
1123 HBasicBlock* end_then = invoke_instruction->GetBlock(); in CreateDiamondPatternForPolymorphicInline() local1124 HBasicBlock* otherwise = end_then->SplitBeforeForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline()1140 end_then->AddInstruction(new (allocator) HGoto(dex_pc)); in CreateDiamondPatternForPolymorphicInline()1151 end_then->AddSuccessor(merge); in CreateDiamondPatternForPolymorphicInline()1166 index = IndexOfElement(graph_->reverse_post_order_, end_then); in CreateDiamondPatternForPolymorphicInline()