Polly 20.0.0git
|
#include "polly/CodeGen/BlockGenerators.h"
#include "polly/CodeGen/IslExprBuilder.h"
#include "polly/ScopDetectionDiagnostic.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/IR/InstrTypes.h"
#include "isl/ctx.h"
#include "isl/isl-noexceptions.h"
Go to the source code of this file.
Classes | |
struct | polly::SubtreeReferences |
class | polly::IslNodeBuilder |
Namespaces | |
namespace | polly |
Functions | |
void | polly::addReferencesFromStmt (ScopStmt *Stmt, void *UserPtr, bool CreateScalarRefs=true) |
Extract the out-of-scop values and SCEVs referenced from a ScopStmt. | |