Lines Matching refs:MemorySSAUpdater
108 static void eliminateGuard(Instruction *GuardInst, MemorySSAUpdater *MSSAU) { in eliminateGuard()
119 MemorySSAUpdater *MSSAU;
276 LoopInfo &LI, MemorySSAUpdater *MSSAU, in GuardWideningImpl()
768 std::unique_ptr<MemorySSAUpdater> MSSAU; in run()
770 MSSAU = std::make_unique<MemorySSAUpdater>(&MSSAA->getMSSA()); in run()
791 std::unique_ptr<MemorySSAUpdater> MSSAU; in run()
793 MSSAU = std::make_unique<MemorySSAUpdater>(AR.MSSA); in run()
819 std::unique_ptr<MemorySSAUpdater> MSSAU; in runOnFunction()
821 MSSAU = std::make_unique<MemorySSAUpdater>(&MSSAWP->getMSSA()); in runOnFunction()
854 std::unique_ptr<MemorySSAUpdater> MSSAU; in runOnLoop()
856 MSSAU = std::make_unique<MemorySSAUpdater>(&MSSAWP->getMSSA()); in runOnLoop()