Polly 22.0.0git
|
#include <utility>
Go to the source code of this file.
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 |
Typedefs | |
using | polly::BBPair = std::pair<llvm::BasicBlock *, llvm::BasicBlock *> |
Type to hold region delimiters (entry & exit block). |
Functions | |
std::pair< BBPair, llvm::BranchInst * > | polly::executeScopConditionally (Scop &S, llvm::Value *RTC, llvm::DominatorTree &DT, llvm::RegionInfo &RI, llvm::LoopInfo &LI) |
Execute a Scop conditionally wrt RTC . |