LLVM 19.0.0git
Macros
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/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"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mldst-motion"
 

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 90 of file MergedLoadStoreMotion.cpp.