LLVM
15.0.0git
|
#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::SmallSetVector< T, N > |
A SetVector that performs no allocations if smaller than a certain size. More... | |
class | llvm::MemorySSAUpdater |
Namespaces | |
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 * > |