Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc298 if (entry_block_->EndsWithControlFlowInstruction()) { in InsertConstant()
966 bool HBasicBlock::EndsWithControlFlowInstruction() const { in EndsWithControlFlowInstruction() function in art::HBasicBlock
1103 DCHECK(EndsWithControlFlowInstruction()); in MergeWith()
1147 DCHECK(!EndsWithControlFlowInstruction()); in MergeWithInlined()
Dgraph_checker.cc84 if (!block->EndsWithControlFlowInstruction()) { in VisitBasicBlock()
Dnodes.h754 bool EndsWithControlFlowInstruction() const;