Searched refs:DeLICMImpl (Results 1 – 1 of 1) sorted by relevance
523 class DeLICMImpl final : public ZoneAlgorithm { class1187 DeLICMImpl(Scop *S, LoopInfo *LI) : ZoneAlgorithm("polly-delicm", S, LI) {} in DeLICMImpl() function in __anonf637340e0111::DeLICMImpl1360 static std::unique_ptr<DeLICMImpl> collapseToUnused(Scop &S, LoopInfo &LI) { in collapseToUnused()1361 std::unique_ptr<DeLICMImpl> Impl = std::make_unique<DeLICMImpl>(&S, &LI); in collapseToUnused()1377 static std::unique_ptr<DeLICMImpl> runDeLICM(Scop &S, LoopInfo &LI) { in runDeLICM()1378 std::unique_ptr<DeLICMImpl> Impl = collapseToUnused(S, LI); in runDeLICM()1395 std::unique_ptr<DeLICMImpl> Impl = runDeLICM(S, LI); in runDeLICMUsingNPM()1425 std::unique_ptr<DeLICMImpl> Impl;