Lines Matching refs:MemorySSAUpdater
293 MemorySSAUpdater *MSSAU) { in buildPartialInvariantUnswitchConditionalBranch()
409 MemorySSAUpdater *MSSAU, ScalarEvolution *SE) { in hoistLoopToNewParent()
509 MemorySSAUpdater *MSSAU) { in unswitchTrivialBranch()
740 MemorySSAUpdater *MSSAU) { in unswitchTrivialSwitch()
1041 MemorySSAUpdater *MSSAU) { in unswitchAllTrivialConditions()
1165 DominatorTree &DT, LoopInfo &LI, MemorySSAUpdater *MSSAU, in buildClonedLoopBlocks()
1661 DominatorTree &DT, MemorySSAUpdater *MSSAU) { in deleteDeadClonedBlocks()
1691 MemorySSAUpdater *MSSAU, in deleteDeadBlocksFromLoop()
2165 AssumptionCache &AC, ScalarEvolution *SE, MemorySSAUpdater *MSSAU, in unswitchNontrivialInvariants()
2693 LoopInfo &LI, MemorySSAUpdater *MSSAU, in turnSelectIntoBranch()
2743 MemorySSAUpdater *MSSAU) { in turnGuardIntoBranch()
2880 const MemorySSAUpdater *MSSAU) { in collectUnswitchCandidates()
3062 AssumptionCache &AC, MemorySSAUpdater *MSSAU) { in injectPendingInvariantConditions()
3200 const MemorySSAUpdater *MSSAU) { in collectUnswitchCandidatesWithInjections()
3474 MemorySSAUpdater *MSSAU, in unswitchBestCondition()
3568 MemorySSAUpdater *MSSAU, ProfileSummaryInfo *PSI, in unswitchLoop()
3672 std::optional<MemorySSAUpdater> MSSAU; in run()
3674 MSSAU = MemorySSAUpdater(AR.MSSA); in run()