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

References

tools/polly/lib/Analysis/ScopInfo.cpp
 1545   return DT.dominates(BB, getEntry());
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  345     return S.contains(L) || L->contains(S.getEntry());
 1540   Loop *L = LI.getLoopFor(S.getEntry());
tools/polly/lib/CodeGen/Utils.cpp
   81   PollyIRBuilder Builder(S.getEntry());
   97   BasicBlock *EntryBB = S.getEntry();
  149   BranchInst *CondBr = Builder.CreateCondBr(RTC, StartBlock, S.getEntry());
tools/polly/lib/Support/ScopHelper.cpp
  470   Loop *L = LI.getLoopFor(S.getEntry());
tools/polly/lib/Transform/DeLICM.cpp
 1213                                    S->getEntry());