Lines Matching defs:detect
95 #define DEBUG_TYPE "polly-detect"
102 "polly-detect-profitability-min-per-loop-insts",
134 XAllowFullFunction("polly-detect-full-functions",
198 TrackFailures("polly-detect-track-failures",
203 static cl::opt<bool> KeepGoing("polly-detect-keep-going",
214 VerifyScops("polly-detect-verify",
345 void ScopDetection::detect(Function &F) {
1158 // In order to detect loads which are dependent on other invariant loads
1582 "With -polly-detect-keep-going, it is sufficient that if "
1995 Result->detect(F);
2044 Result.detect(F);
2063 INITIALIZE_PASS_BEGIN(ScopDetectionWrapperPass, "polly-detect",
2072 INITIALIZE_PASS_END(ScopDetectionWrapperPass, "polly-detect",
2115 INITIALIZE_PASS_BEGIN(ScopDetectionPrinterLegacyPass, "polly-print-detect",
2119 INITIALIZE_PASS_END(ScopDetectionPrinterLegacyPass, "polly-print-detect",