Polly 20.0.0git
|
Add Polly specifics when running IRBuilder. More...
#include <IRBuilder.h>
Public Member Functions | |
IRInserter ()=default | |
IRInserter (ScopAnnotator &A) | |
void | InsertHelper (llvm::Instruction *I, const llvm::Twine &Name, llvm::BasicBlock::iterator InsertPt) const override |
Private Attributes | |
ScopAnnotator * | Annotator = nullptr |
Add Polly specifics when running IRBuilder.
This is used to add additional items such as e.g. the llvm.loop.parallel metadata.
Definition at line 120 of file IRBuilder.h.
|
default |
|
inline |
Definition at line 123 of file IRBuilder.h.
|
inlineoverride |
Definition at line 125 of file IRBuilder.h.
References polly::ScopAnnotator::annotate(), and Annotator.
|
private |
Definition at line 133 of file IRBuilder.h.
Referenced by InsertHelper().