Lines Matching refs:Dec
368 MachineInstr *Dec = nullptr; member
429 return Start && Dec && End; in FoundAllComponents()
454 if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec; in dump()
463 else if (!(Start && Dec && End)) in dump()
1318 LoLoop.Dec = &MI; in ProcessLoop()
1322 LoLoop.End = LoLoop.Dec = &MI; in ProcessLoop()
1351 if (LoLoop.Dec != LoLoop.End) { in ProcessLoop()
1353 RDA->getReachingLocalUses(LoLoop.Dec, MCRegister::from(ARM::LR), Uses); in ProcessLoop()
1478 SmallPtrSet<MachineInstr*, 4> Killed = { LoLoop.Start, LoLoop.Dec, in IterationCountDCE()
1666 unsigned Off = LoLoop.Dec == LoLoop.End ? 1 : 0; in Expand()
1670 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand()
1697 if (LoLoop.Dec == LoLoop.End) in Expand()
1700 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec)); in Expand()
1769 for (auto *Dec : Decs) in RevertNonLoops() local
1770 RevertLoopDec(Dec); in RevertNonLoops()