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

References

tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  313       LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr};
  557   IV = createLoop(ValueLB, ValueUB, ValueInc, Builder, LI, DT, ExitBlock,
  630                                  &*Builder.GetInsertPoint(), &DT, &LI);
  686         new ParallelLoopGeneratorGOMP(Builder, LI, DT, DL));
  689     ParallelLoopGenPtr.reset(new ParallelLoopGeneratorKMP(Builder, LI, DT, DL));
  790                                   &*Builder.GetInsertPoint(), &DT, &LI);
  792   BasicBlock *MergeBB = SplitBlock(CondBB, &CondBB->front(), &DT, &LI);
  801   Loop *L = LI.getLoopFor(CondBB);
  803     L->addBasicBlockToLoop(ThenBB, LI);
  804     L->addBasicBlockToLoop(ElseBB, LI);
 1276                                   &*Builder.GetInsertPoint(), &DT, &LI);
 1279   BasicBlock *MergeBB = SplitBlock(CondBB, &CondBB->front(), &DT, &LI);
 1287   if (Loop *L = LI.getLoopFor(CondBB))
 1288     L->addBasicBlockToLoop(ExecBB, LI);
 1513                                      &*Builder.GetInsertPoint(), &DT, &LI);
 1540   Loop *L = LI.getLoopFor(S.getEntry());