Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp519 class DeLICMImpl : public ZoneAlgorithm { class
1182 DeLICMImpl(Scop *S, LoopInfo *LI) : ZoneAlgorithm("polly-delicm", S, LI) {} in DeLICMImpl() function in __anon226e1a350111::DeLICMImpl
1358 std::unique_ptr<DeLICMImpl> Impl;
1362 Impl = std::make_unique<DeLICMImpl>(&S, &LI); in collapseToUnused()