Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DreturnStatement.cpp49 if (pg->CheckControlFlowChange()) { in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp327 if (pg_->CheckControlFlowChange()) { in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h326 bool CheckControlFlowChange() const;
Dpandagen.cpp730 bool PandaGen::CheckControlFlowChange() const in CheckControlFlowChange() function in panda::es2panda::compiler::PandaGen