LLVM  8.0.1
Classes | Namespaces | Macros | Typedefs
SyncDependenceAnalysis.cpp File Reference
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/SyncDependenceAnalysis.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include <stack>
#include <unordered_set>
Include dependency graph for SyncDependenceAnalysis.cpp:

Go to the source code of this file.

Classes

struct  llvm::DivergencePropagator
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define DEBUG_TYPE   "sync-dependence"
 

Typedefs

using llvm::FunctionRPOT = ReversePostOrderTraversal< const Function * >
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "sync-dependence"

Definition at line 115 of file SyncDependenceAnalysis.cpp.