|
LLVM 22.0.0git
|
This pass performs merges of loads and stores on both sides of a. More...
#include "llvm/Transforms/Scalar/MergedLoadStoreMotion.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/GlobalsModRef.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/Instructions.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/Local.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "mldst-motion" |
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 91 of file MergedLoadStoreMotion.cpp.