|
Polly 22.0.0git
|
#include "isl/isl-noexceptions.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| namespace | polly |
Functions | |
| bool | polly::isConflicting (isl::union_set ExistingOccupied, isl::union_set ExistingUnused, isl::union_map ExistingKnown, isl::union_map ExistingWrites, isl::union_set ProposedOccupied, isl::union_set ProposedUnused, isl::union_map ProposedKnown, isl::union_map ProposedWrites, llvm::raw_ostream *OS=nullptr, unsigned Indent=0) |
| Determine whether two lifetimes are conflicting. | |
| bool | polly::runDeLICM (Scop &S) |