Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp177 class LoopInstSimplifyLegacyPass : public LoopPass { class
181 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass() function in __anonb913ff8f0111::LoopInstSimplifyLegacyPass
235 char LoopInstSimplifyLegacyPass::ID = 0;
237 INITIALIZE_PASS_BEGIN(LoopInstSimplifyLegacyPass, "loop-instsimplify",
243 INITIALIZE_PASS_END(LoopInstSimplifyLegacyPass, "loop-instsimplify", in INITIALIZE_PASS_DEPENDENCY()
247 return new LoopInstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()