Lines Matching defs:MSSAU
541 Value *V, const TargetLibraryInfo *TLI, MemorySSAUpdater *MSSAU,
549 RecursivelyDeleteTriviallyDeadInstructions(DeadInsts, TLI, MSSAU,
557 MemorySSAUpdater *MSSAU,
569 RecursivelyDeleteTriviallyDeadInstructions(DeadInsts, TLI, MSSAU,
576 MemorySSAUpdater *MSSAU,
610 if (MSSAU)
611 MSSAU->removeMemoryAccess(I);
653 llvm::MemorySSAUpdater *MSSAU) {
658 return RecursivelyDeleteTriviallyDeadInstructions(I, TLI, MSSAU);
665 (void)RecursivelyDeleteTriviallyDeadInstructions(I, TLI, MSSAU);
2845 MemorySSAUpdater *MSSAU) {
2848 if (MSSAU)
2849 MSSAU->changeToUnreachable(I);
2936 BasicBlock *Split = SplitBlock(BB, CI, DTU, /*LI=*/nullptr, /*MSSAU*/ nullptr,
3209 MemorySSAUpdater *MSSAU) {
3237 if (MSSAU)
3238 MSSAU->removeBlocks(BlocksToRemove);