Searched refs:ClobberAt (Results 1 – 1 of 1) sorted by relevance
397 checkClobberSanity(const MemoryAccess *Start, MemoryAccess *ClobberAt, in checkClobberSanity() argument401 assert(MSSA.dominates(ClobberAt, Start) && "Clobber doesn't dominate start?"); in checkClobberSanity()404 assert(MSSA.isLiveOnEntryDef(ClobberAt) && in checkClobberSanity()423 if (MA == ClobberAt) { in checkClobberSanity()482 assert((isa<MemoryPhi>(ClobberAt) || FoundClobber) && in checkClobberSanity()