Home
last modified time | relevance | path

Searched refs:RemoveDecRefPattern (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1675 class RemoveDecRefPattern : public CGPeepPattern {
1677RemoveDecRefPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, currBB, cu… in RemoveDecRefPattern() function
1678 ~RemoveDecRefPattern() override in ~RemoveDecRefPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1950 manager->NormalPatternOpt<RemoveDecRefPattern>(!cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
5595 bool RemoveDecRefPattern::CheckCondition(Insn &insn) in CheckCondition()
5621 void RemoveDecRefPattern::Run(BB &bb, Insn &insn) in Run()