Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1992 bool HBasicBlock::EndsWithControlFlowInstruction() const { in EndsWithControlFlowInstruction() function in art::HBasicBlock
2267 DCHECK(EndsWithControlFlowInstruction()); in MergeInstructionsWith()
2323 DCHECK(!EndsWithControlFlowInstruction()); in MergeWithInlined()
Dgraph_checker.cc141 if (GetGraph()->IsInSsaForm() && !block->EndsWithControlFlowInstruction()) { in VisitBasicBlock()
Dnodes.h1310 bool EndsWithControlFlowInstruction() const;