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.h1151 class RemoveIncDecRefPattern : public CGPeepPattern {
1153RemoveIncDecRefPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, currBB,… in RemoveIncDecRefPattern() function
1154 ~RemoveIncDecRefPattern() override in ~RemoveIncDecRefPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1952 manager->NormalPatternOpt<RemoveIncDecRefPattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
3596 bool RemoveIncDecRefPattern::CheckCondition(Insn &insn) in CheckCondition()
3620 void RemoveIncDecRefPattern::Run(BB &bb, Insn &insn) in Run()