Searched refs:end_then (Results 1 – 1 of 1) sorted by relevance
1117 HBasicBlock* end_then = invoke_instruction->GetBlock(); in CreateDiamondPatternForPolymorphicInline() local1118 HBasicBlock* otherwise = end_then->SplitBeforeForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline()1134 end_then->AddInstruction(new (allocator) HGoto(dex_pc)); in CreateDiamondPatternForPolymorphicInline()1145 end_then->AddSuccessor(merge); in CreateDiamondPatternForPolymorphicInline()1160 index = IndexOfElement(graph_->reverse_post_order_, end_then); in CreateDiamondPatternForPolymorphicInline()