LLVM  4.0.0
Macros | Functions | Variables
MergedLoadStoreMotion.cpp File Reference

This pass performs merges of loads and stores on both sides of a. More...

#include "llvm/Transforms/Scalar/MergedLoadStoreMotion.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/CFG.h"
#include "llvm/Analysis/GlobalsModRef.h"
#include "llvm/Analysis/Loads.h"
#include "llvm/Analysis/MemoryBuiltins.h"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/SSAUpdater.h"
Include dependency graph for MergedLoadStoreMotion.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mldst-motion"
 

Functions

 INITIALIZE_PASS_BEGIN (MergedLoadStoreMotionLegacyPass,"mldst-motion","MergedLoadStoreMotion", false, false) INITIALIZE_PASS_END(MergedLoadStoreMotionLegacyPass
 

Variables

mldst motion
 
mldst MergedLoadStoreMotion
 
mldst false
 

Detailed Description

This pass performs merges of loads and stores on both sides of a.

Definition in file MergedLoadStoreMotion.cpp.

Macro Definition Documentation

#define DEBUG_TYPE   "mldst-motion"

Definition at line 94 of file MergedLoadStoreMotion.cpp.

Function Documentation

INITIALIZE_PASS_BEGIN ( MergedLoadStoreMotionLegacyPass  ,
"mldst-motion ,
"MergedLoadStoreMotion"  ,
false  ,
false   
)

Variable Documentation

mldst false

Definition at line 588 of file MergedLoadStoreMotion.cpp.

mldst MergedLoadStoreMotion

Definition at line 588 of file MergedLoadStoreMotion.cpp.

mldst motion

Definition at line 588 of file MergedLoadStoreMotion.cpp.