LLVM 19.0.0git
Classes | Namespaces | Typedefs
MemorySSAUpdater.h File Reference
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Analysis/MemorySSA.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/IR/ValueMap.h"
#include "llvm/Support/CFGDiff.h"

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 * >