Home
last modified time | relevance | path

Searched refs:NoInsnBetween (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfgo.h43 bool NoInsnBetween(const BB &from, const BB &to) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp36 bool ChainingPattern::NoInsnBetween(const BB &from, const BB &to) const in NoInsnBetween() function in maplebe::ChainingPattern
292 (NoInsnBetween(curBB, *sucBB) && !IsLabelInSwitchTable(curBB.GetNext()->GetLabIdx()))) { in Optimize()

Completed in 2 milliseconds