Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1581 class RemoveIncDecRefPattern : public CGPeepPattern {
1583RemoveIncDecRefPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, currBB,… in RemoveIncDecRefPattern() function
1584 ~RemoveIncDecRefPattern() override in ~RemoveIncDecRefPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp4965 bool RemoveIncDecRefPattern::CheckCondition(Insn &insn) in CheckCondition()
4989 void RemoveIncDecRefPattern::Run(BB &bb, Insn &insn) in Run()