LLVM
8.0.1
|
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"
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 |
This pass performs merges of loads and stores on both sides of a.
Definition in file MergedLoadStoreMotion.cpp.
#define DEBUG_TYPE "mldst-motion" |
Definition at line 92 of file MergedLoadStoreMotion.cpp.
INITIALIZE_PASS_BEGIN | ( | MergedLoadStoreMotionLegacyPass | , |
"mldst-motion" | , | ||
"MergedLoadStoreMotion" | , | ||
false | , | ||
false | |||
) |
Referenced by llvm::createMergedLoadStoreMotionPass().
mldst false |
Definition at line 384 of file MergedLoadStoreMotion.cpp.
mldst MergedLoadStoreMotion |
Definition at line 384 of file MergedLoadStoreMotion.cpp.
Referenced by llvm::MergedLoadStoreMotionPass::run().
mldst motion |
Definition at line 384 of file MergedLoadStoreMotion.cpp.