Searched refs:RemoveMovingtoSameRegPattern (Results 1 – 4 of 4) sorted by relevance
35 class RemoveMovingtoSameRegPattern : public CGPeepPattern {37 …RemoveMovingtoSameRegPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, c… in RemoveMovingtoSameRegPattern() function40 ~RemoveMovingtoSameRegPattern() override = default;
44 bool RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition()57 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run()74 manager->NormalPatternOpt<RemoveMovingtoSameRegPattern>(true); in DoNormalOptimize()
900 class RemoveMovingtoSameRegPattern : public CGPeepPattern {902 …RemoveMovingtoSameRegPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, c… in RemoveMovingtoSameRegPattern() function905 ~RemoveMovingtoSameRegPattern() override = default;
1904 manager->NormalPatternOpt<RemoveMovingtoSameRegPattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()2345 bool RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition()2358 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run()