Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp80 struct InstSimplifyLegacyPass : public FunctionPass { struct
82 InstSimplifyLegacyPass() : FunctionPass(ID) { in InstSimplifyLegacyPass() function
114 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()