Polly 22.0.0git
Utils.h File Reference
#include <utility>

Go to the source code of this file.

Namespaces

namespace  llvm
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.