Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfgo.h44 bool DoSameThing(const BB &bb1, const Insn &last1, const BB &bb2, const Insn &last2) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp48 bool ChainingPattern::DoSameThing(const BB &bb1, const Insn &last1, const BB &bb2, const Insn &last2) const in DoSameThing() function in maplebe::ChainingPattern
208 if (!DoSameThing(*newTarget, *last1, curBB, *brInsn->GetPreviousMachineInsn())) { in ClearCurBBAndResetTargetBB()

Completed in 2 milliseconds