Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp176 class LoopInstSimplifyLegacyPass : public LoopPass { class
180 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass() function in __anon9202b3e80111::LoopInstSimplifyLegacyPass
234 char LoopInstSimplifyLegacyPass::ID = 0;
236 INITIALIZE_PASS_BEGIN(LoopInstSimplifyLegacyPass, "loop-instsimplify",
242 INITIALIZE_PASS_END(LoopInstSimplifyLegacyPass, "loop-instsimplify", in INITIALIZE_PASS_DEPENDENCY()
246 return new LoopInstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()