Home
last modified time | relevance | path

Searched refs:IsInverted (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_basicblock_test.cpp236 * @tc.desc: Verify the IsInverted function.
254 EXPECT_FALSE(bb->IsInverted()); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp230 if (trueSucc != block->IsInverted()) { in GetConditionChainCounter()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp565 return block->IsInverted() == 0; in GetBranchCounter()
H A Dbasicblock.h119 bool IsInverted() const in IsInverted() function in panda::compiler::BasicBlock
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp812 return block->IsInverted() == trueSucc ? GetRuntime()->GetBranchNotTakenCounter(method, lastInst->GetPc()) in GetBranchCounter()
H A Dbasicblock.h96 bool IsInverted() const;
H A Dbasicblock.cpp72 bool BasicBlock::IsInverted() const

Completed in 7 milliseconds