Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc98 if (!true_block->IsSingleGoto()) { in Run()
101 if (!false_block->IsSingleGoto()) { in Run()
104 DCHECK(true_block->IsSingleGoto()); in Run()
105 DCHECK(false_block->IsSingleGoto()); in Run()
Dnodes.cc1568 bool HBasicBlock::IsSingleGoto() const { in IsSingleGoto() function in art::HBasicBlock
Dnodes.h859 bool IsSingleGoto() const;
865 return (IsSingleGoto() || IsSingleTryBoundary()) in IsSingleJump()