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

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());
tools/polly/lib/Analysis/ScopInfo.cpp
 2576   Result.NumBoxedLoops = getBoxedLoops().size();
tools/polly/lib/Transform/Simplify.cpp
  428             (!S->getBoxedLoops().size() && MA->getAccessInstruction() &&