|
LLVM
8.0.1
|
#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>
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 * > |
| #define DEBUG_TYPE "sync-dependence" |
Definition at line 115 of file SyncDependenceAnalysis.cpp.
1.8.13