Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2212 bool HBasicBlock::EndsWithControlFlowInstruction() const { in EndsWithControlFlowInstruction() function in art::HBasicBlock
2495 DCHECK(EndsWithControlFlowInstruction()); in MergeInstructionsWith()
2551 DCHECK(!EndsWithControlFlowInstruction()); in MergeWithInlined()
Dgraph_checker.cc243 if (GetGraph()->IsInSsaForm() && !block->EndsWithControlFlowInstruction()) { in VisitBasicBlock()
Dnodes.h1464 bool EndsWithControlFlowInstruction() const;