Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc97 if (!true_block->IsSingleGoto()) { in Run()
100 if (!false_block->IsSingleGoto()) { in Run()
103 DCHECK(true_block->IsSingleGoto()); in Run()
104 DCHECK(false_block->IsSingleGoto()); in Run()
Dloop_optimization.cc49 block->IsSingleGoto()) { in IsGotoBlock()
Dnodes.cc1696 bool HBasicBlock::IsSingleGoto() const { in IsSingleGoto() function in art::HBasicBlock
Dnodes.h960 bool IsSingleGoto() const;
966 return (IsSingleGoto() || IsSingleTryBoundary()) in IsSingleJump()