Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc2264 bool HBasicBlock::EndsWithControlFlowInstruction() const { in EndsWithControlFlowInstruction() function in art::HBasicBlock
2539 DCHECK(EndsWithControlFlowInstruction()); in MergeInstructionsWith()
2595 DCHECK(!EndsWithControlFlowInstruction()); in MergeWithInlined()
H A Dgraph_checker.cc142 if (GetGraph()->IsInSsaForm() && !block->EndsWithControlFlowInstruction()) { in VisitBasicBlock()
H A Dnodes.h1423 bool EndsWithControlFlowInstruction() const;