Lines Matching refs:Clobber
136 MemoryAccess *Clobber = Walker->getClobberingMemoryAccess(MA, BAA); in emitInstructionAnnot() local
138 if (Clobber) { in emitInstructionAnnot()
140 if (MSSA->isLiveOnEntryDef(Clobber)) in emitInstructionAnnot()
143 OS << *Clobber; in emitInstructionAnnot()
608 MemoryAccess *Clobber; member
786 if (!MSSA.dominates(I->Clobber, Dom->Clobber)) in tryOptimizePhi()
802 return MSSA.dominates(P.Clobber, Target); in tryOptimizePhi()
884 if (DT.dominates(ChainBB, TP.Clobber->getBlock())) in tryOptimizePhi()
915 return MSSA.dominates(P.Clobber, R.PrimaryClobber.Clobber); in verifyOptResult()
957 Result = OptRes.PrimaryClobber.Clobber; in findClobber()
2482 MemoryAccess *Clobber = in getClobberingMemoryAccessBase() local
2488 dbgs() << " is " << *Clobber << "\n"; in getClobberingMemoryAccessBase()
2490 return Clobber; in getClobberingMemoryAccessBase()