Home
last modified time | relevance | path

Searched refs:isProfitableSchedule (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/include/polly/
DScheduleOptimizer.h114 static bool isProfitableSchedule(polly::Scop &S, isl::schedule NewSchedule);
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp1365 bool ScheduleTreeOptimizer::isProfitableSchedule(Scop &S, in isProfitableSchedule() function in ScheduleTreeOptimizer
1628 if (!ScheduleTreeOptimizer::isProfitableSchedule(S, NewSchedule)) in runOnScop()