Home
last modified time | relevance | path

Searched refs:NeedsJump (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp51 ASSERT(!prev_block->NeedsJump()); in HandlePrevInstruction()
/arkcompiler/runtime_core/compiler/tests/
Dbasicblock_test.cpp56 EXPECT_TRUE((block_rpo_index + 1 == false_block_rpo_index) || (block->NeedsJump())); in CheckBlockFalseSuccessorPosition()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp99 if (bb->NeedsJump()) { in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h550 bool NeedsJump() const in NeedsJump() function
Dgraph_checker.cpp155 if (block->NeedsJump()) { in CheckBlock()