Searched refs:EndsWithControlFlowInstruction (Results 1 – 2 of 2) sorted by relevance
1992 bool HBasicBlock::EndsWithControlFlowInstruction() const { in EndsWithControlFlowInstruction() function in art::HBasicBlock2267 DCHECK(EndsWithControlFlowInstruction()); in MergeInstructionsWith()2323 DCHECK(!EndsWithControlFlowInstruction()); in MergeWithInlined()
141 if (GetGraph()->IsInSsaForm() && !block->EndsWithControlFlowInstruction()) { in VisitBasicBlock()