reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/include/polly/CodeGen/IRBuilder.h
  137   IRInserter(class ScopAnnotator &A) : Annotator(&A) {}
  149   class ScopAnnotator *Annotator = nullptr;
  160                                                   ScopAnnotator &LA) {
tools/polly/include/polly/CodeGen/IslNodeBuilder.h
   68   IslNodeBuilder(PollyIRBuilder &Builder, ScopAnnotator &Annotator,
  131   ScopAnnotator &Annotator;
tools/polly/include/polly/CodeGen/LoopGenerators.h
   68                   ScopAnnotator *Annotator = NULL, bool Parallel = false,
tools/polly/lib/CodeGen/CodeGeneration.cpp
  203   ScopAnnotator Annotator;
tools/polly/lib/CodeGen/LoopGenerators.cpp
   86                          ScopAnnotator *Annotator, bool Parallel, bool UseGuard,