Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp83 if (bb == nullptr || bb->IsPseudoControlFlowBlock()) { in RunImpl()
88 … !bb->GetSuccessor(0)->IsPseudoControlFlowBlock() && bb->IsTry() == bb->GetSuccessor(0)->IsTry()) { in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp41 bool BasicBlock::IsPseudoControlFlowBlock() const in IsPseudoControlFlowBlock() function in panda::compiler::BasicBlock
Dbasicblock.h163 bool IsPseudoControlFlowBlock() const;