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

References

tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  686         new ParallelLoopGeneratorGOMP(Builder, LI, DT, DL));
  689     ParallelLoopGenPtr.reset(new ParallelLoopGeneratorKMP(Builder, LI, DT, DL));
 1398   auto *Alloca = new AllocaInst(AccInstTy, DL.getAllocaAddrSpace(),
 1474       auto IntPtrTy = DL.getIntPtrType(Ctx);
 1498       auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(),
 1568   return expandCodeFor(S, SE, DL, "polly", Expr, Expr->getType(),