Searched refs:RemoveMovingtoSameRegPattern (Results 1 – 2 of 2) sorted by relevance
1268 class RemoveMovingtoSameRegPattern : public CGPeepPattern {1270 …RemoveMovingtoSameRegPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, c… in RemoveMovingtoSameRegPattern() function1273 ~RemoveMovingtoSameRegPattern() override = default;
2938 manager->NormalPatternOpt<RemoveMovingtoSameRegPattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()3509 bool RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition()3522 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run()