Lines Matching defs:Clobber
136 MemoryAccess *Clobber = Walker->getClobberingMemoryAccess(MA, BAA);
138 if (Clobber) {
140 if (MSSA->isLiveOnEntryDef(Clobber))
143 OS << *Clobber;
401 assert(MSSA.dominates(ClobberAt, Start) && "Clobber doesn't dominate start?");
549 /// Walk to the next Phi or Clobber in the def chain starting at Desc.Last.
608 MemoryAccess *Clobber;
780 // Moves the TerminatedPath with the "most dominated" Clobber to the end of
786 if (!MSSA.dominates(I->Clobber, Dom->Clobber))
802 return MSSA.dominates(P.Clobber, Target);
884 if (DT.dominates(ChainBB, TP.Clobber->getBlock()))
915 return MSSA.dominates(P.Clobber, R.PrimaryClobber.Clobber);
957 Result = OptRes.PrimaryClobber.Clobber;
2482 MemoryAccess *Clobber =
2485 dbgs() << "Clobber starting at access " << *StartingAccess << "\n";
2488 dbgs() << " is " << *Clobber << "\n";
2490 return Clobber;