LLVM  8.0.1
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/ValueTracking.h"
#include "llvm/IR/Metadata.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.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

◆ DEBUG_TYPE

#define DEBUG_TYPE   "mldst-motion"

Definition at line 92 of file MergedLoadStoreMotion.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

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

Variable Documentation

◆ false

mldst false

Definition at line 384 of file MergedLoadStoreMotion.cpp.

◆ MergedLoadStoreMotion

mldst MergedLoadStoreMotion

Definition at line 384 of file MergedLoadStoreMotion.cpp.

Referenced by llvm::MergedLoadStoreMotionPass::run().

◆ motion

mldst motion

Definition at line 384 of file MergedLoadStoreMotion.cpp.