Polly 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "isl/isl-noexceptions.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | polly::ZoneAlgorithm |
Base class for algorithms based on zones, like DeLICM. More... | |
Namespaces | |
namespace | llvm |
This file contains the declaration of the PolyhedralInfo class, which will provide an interface to expose polyhedral analysis information of Polly. | |
namespace | polly |
Functions | |
isl::union_map | polly::filterKnownValInst (const isl::union_map &UMap) |
Return only the mappings that map to known values. | |
isl::union_map | polly::makeUnknownForDomain (isl::union_set Domain) |
Create a domain-to-unknown value mapping. | |