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

Declarations

tools/polly/include/polly/ScopDetection.h
  101 extern bool PollyProcessUnprofitable;

References

tools/polly/lib/Analysis/PruneUnprofitable.cpp
   73     if (PollyProcessUnprofitable) {
tools/polly/lib/Analysis/ScopDetection.cpp
  103     cl::location(PollyProcessUnprofitable), cl::init(false), cl::ZeroOrMore,
  333   if (!PollyProcessUnprofitable && LI.empty())
 1471   if (!PollyProcessUnprofitable && regionWithoutLoops(R, LI))
 1604   if (PollyProcessUnprofitable)
tools/polly/lib/Analysis/ScopInfo.cpp
 1933   if (PollyProcessUnprofitable)
tools/polly/lib/CodeGen/IslAst.cpp
  461   if (PollyProcessUnprofitable)