Home
last modified time | relevance | path

Searched refs:PollyProcessUnprofitable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DPruneUnprofitable.cpp59 if (PollyProcessUnprofitable) { in runPruneUnprofitable()
H A DScopDetection.cpp106 bool polly::PollyProcessUnprofitable; member in polly
112 cl::location(PollyProcessUnprofitable), cl::cat(PollyCategory));
347 if (!PollyProcessUnprofitable && LI.empty()) in detect()
1564 if (!PollyProcessUnprofitable && regionWithoutLoops(R, LI)) in findScops()
1697 if (PollyProcessUnprofitable) in isProfitableRegion()
H A DScopInfo.cpp1846 if (PollyProcessUnprofitable) in isProfitable()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h124 extern bool PollyProcessUnprofitable;
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp445 if (PollyProcessUnprofitable) in benefitsFromPolly()