Home
last modified time | relevance | path

Searched refs:IsSoloGoto (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp307 else if (sucBB != curBB.GetNext() && !curBB.IsSoloGoto() && !IsLabelInSwitchTable(curBB.GetLabIdx()) && in Optimize()
375 (ftBB->IsSoloGoto() || in Optimize()
382 if (!ftBB->IsSoloGoto()) { in Optimize()
438 ftBB->IsSoloGoto() && in Optimize()
H A Dcgbb.cpp249 bool BB::IsSoloGoto() const in IsSoloGoto() function in maplebe::BB
H A Dcg_cfg.cpp182 return first.IsSoloGoto(); in BBJudge()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h119 bool IsSoloGoto() const;

Completed in 4 milliseconds