#include "polly/CodeGen/IRBuilder.h"
#include "polly/Support/ScopHelper.h"
#include "llvm/ADT/SetVector.h"
Go to the source code of this file.
|
Value * | polly::createLoop (Value *LowerBound, Value *UpperBound, Value *Stride, PollyIRBuilder &Builder, LoopInfo &LI, DominatorTree &DT, BasicBlock *&ExitBlock, ICmpInst::Predicate Predicate, ScopAnnotator *Annotator=nullptr, bool Parallel=false, bool UseGuard=true, bool LoopVectDisabled=false) |
| Create a scalar do/for-style loop.
|
|
llvm::DebugLoc | polly::createDebugLocForGeneratedCode (Function *F) |
| Create a DebugLoc representing generated instructions.
|
|