Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp179 class LoopInstSimplifyLegacyPass : public LoopPass { class
183 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass() function in __anon69a6ff6c0111::LoopInstSimplifyLegacyPass
244 char LoopInstSimplifyLegacyPass::ID = 0;
246 INITIALIZE_PASS_BEGIN(LoopInstSimplifyLegacyPass, "loop-instsimplify",
252 INITIALIZE_PASS_END(LoopInstSimplifyLegacyPass, "loop-instsimplify", in INITIALIZE_PASS_DEPENDENCY()
256 return new LoopInstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()