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

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  479 llvm::Loop *getFirstNonBoxedLoopFor(llvm::BasicBlock *BB, llvm::LoopInfo &LI,

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  652   Loop *ExitBBLoop = getFirstNonBoxedLoopFor(ExitBB, LI, scop->getBoxedLoops());
  678   Loop *BBLoop = getFirstNonBoxedLoopFor(BB, LI, scop->getBoxedLoops());
  715         getFirstNonBoxedLoopFor(PredBB, LI, scop->getBoxedLoops());
  959           getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops());
 1048           getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops());
 2181         getFirstNonBoxedLoopFor(SR.getEntry(), LI, scop->getBoxedLoops());