#include <utility>
Go to the source code of this file.
|
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 |
|
|
using | polly::BBPair = std::pair< llvm::BasicBlock *, llvm::BasicBlock * > |
| Type to hold region delimiters (entry & exit block).
|
|
|
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 .
|
|