Searched refs:InstSimplifyLegacyPass (Results 1 – 2 of 2) sorted by relevance
80 struct InstSimplifyLegacyPass : public FunctionPass { struct82 InstSimplifyLegacyPass() : FunctionPass(ID) { in InstSimplifyLegacyPass() function114 char InstSimplifyLegacyPass::ID = 0;115 INITIALIZE_PASS_BEGIN(InstSimplifyLegacyPass, "instsimplify",121 INITIALIZE_PASS_END(InstSimplifyLegacyPass, "instsimplify", in INITIALIZE_PASS_DEPENDENCY()126 return new InstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
5 ; Verify that InstSimplifyLegacyPass notifies the pass manager about changes