Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc174 if (!block->IsSingleJump()) { in GetNextBlockToEmit()
182 while (block->IsSingleJump()) { in FirstNonEmptyBlock()
251 if (block->IsSingleJump()) continue; in Compile()
Dregister_allocator_graph_color.cc80 if (block->IsSingleJump()) { in CostForMoveAt()
Dnodes.h964 bool IsSingleJump() const { in IsSingleJump() function