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