Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1528 class RemoveIncRefPattern : public CGPeepPattern {
1530RemoveIncRefPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, currBB, cu… in RemoveIncRefPattern() function
1531 ~RemoveIncRefPattern() override in ~RemoveIncRefPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1949 manager->NormalPatternOpt<RemoveIncRefPattern>(!cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
5078 bool RemoveIncRefPattern::CheckCondition(Insn &insn) in CheckCondition()
5117 void RemoveIncRefPattern::Run(BB &bb, Insn &insn) in Run()