Lines Matching defs:MSSAU
547 Value *V, const TargetLibraryInfo *TLI, MemorySSAUpdater *MSSAU,
555 RecursivelyDeleteTriviallyDeadInstructions(DeadInsts, TLI, MSSAU,
563 MemorySSAUpdater *MSSAU,
575 RecursivelyDeleteTriviallyDeadInstructions(DeadInsts, TLI, MSSAU,
582 MemorySSAUpdater *MSSAU,
616 if (MSSAU)
617 MSSAU->removeMemoryAccess(I);
659 llvm::MemorySSAUpdater *MSSAU) {
664 return RecursivelyDeleteTriviallyDeadInstructions(I, TLI, MSSAU);
671 (void)RecursivelyDeleteTriviallyDeadInstructions(I, TLI, MSSAU);
2911 MemorySSAUpdater *MSSAU) {
2914 if (MSSAU)
2915 MSSAU->changeToUnreachable(I);
3002 BasicBlock *Split = SplitBlock(BB, CI, DTU, /*LI=*/nullptr, /*MSSAU*/ nullptr,
3275 MemorySSAUpdater *MSSAU) {
3303 if (MSSAU)
3304 MSSAU->removeBlocks(BlocksToRemove);