Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp84 struct InstSimplifyLegacyPass : public FunctionPass { struct
86 InstSimplifyLegacyPass() : FunctionPass(ID) { in InstSimplifyLegacyPass() function
118 char InstSimplifyLegacyPass::ID = 0;
119 INITIALIZE_PASS_BEGIN(InstSimplifyLegacyPass, "instsimplify",
125 INITIALIZE_PASS_END(InstSimplifyLegacyPass, "instsimplify", in INITIALIZE_PASS_DEPENDENCY()
130 return new InstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()