LLVM  8.0.1
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/LoopInfo.h"
#include "llvm/Analysis/LoopIterator.h"
#include "llvm/Analysis/MemorySSA.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/CFGDiff.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/OperandTraits.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Use.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/IR/ValueMap.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
Include dependency graph for MemorySSAUpdater.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MemorySSAUpdater
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Typedefs

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