Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp179 class LoopInstSimplifyLegacyPass : public LoopPass { class
183 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass() function in __anonf29a621d0111::LoopInstSimplifyLegacyPass
240 char LoopInstSimplifyLegacyPass::ID = 0;
242 INITIALIZE_PASS_BEGIN(LoopInstSimplifyLegacyPass, "loop-instsimplify",
248 INITIALIZE_PASS_END(LoopInstSimplifyLegacyPass, "loop-instsimplify", in INITIALIZE_PASS_DEPENDENCY()
252 return new LoopInstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()