LLVM
15.0.0git
|
#include "llvm/Analysis/SyncDependenceAnalysis.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include <functional>
Go to the source code of this file.
Classes | |
struct | llvm::DivergencePropagator |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | DEBUG_TYPE "sync-dependence" |
Functions | |
static void | llvm::printBlockSet (ConstBlockSet &Blocks, raw_ostream &Out) |
#define DEBUG_TYPE "sync-dependence" |
Definition at line 130 of file SyncDependenceAnalysis.cpp.