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.h2263 class RemoveDecRefPattern : public CGPeepPattern {
2265RemoveDecRefPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, currBB, cu… in RemoveDecRefPattern() function
2266 ~RemoveDecRefPattern() override in ~RemoveDecRefPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp7507 bool RemoveDecRefPattern::CheckCondition(Insn &insn) in CheckCondition()
7533 void RemoveDecRefPattern::Run(BB &bb, Insn &insn) in Run()