Searched refs:InstSimplifyLegacyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp82 struct InstSimplifyLegacyPass : public FunctionPass { struct in namespace:__anon4641
84 InstSimplifyLegacyPass() : FunctionPass(ID) { function in struct:__anon4641::InstSimplifyLegacyPass
116 char InstSimplifyLegacyPass::ID = 0;
117 INITIALIZE_PASS_BEGIN(InstSimplifyLegacyPass, "instsimplify",
123 INITIALIZE_PASS_END(InstSimplifyLegacyPass, "instsimplify",
128 return new InstSimplifyLegacyPass();

Completed in 19 milliseconds