LLVM 22.0.0git
MemorySSAUpdater.h File Reference

Go to the source code of this file.

Classes

class  llvm::MemorySSAUpdater

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Typedefs

using llvm::ValueToValueMapTy = ValueMap<const Value *, WeakTrackingVH>
using llvm::PhiToDefMap = SmallDenseMap<MemoryPhi *, MemoryAccess *>
using llvm::CFGUpdate = cfg::Update<BasicBlock *>