Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp82 struct InstSimplifyLegacyPass : public FunctionPass { struct
84 InstSimplifyLegacyPass() : FunctionPass(ID) { in InstSimplifyLegacyPass() function
116 char InstSimplifyLegacyPass::ID = 0;
117 INITIALIZE_PASS_BEGIN(InstSimplifyLegacyPass, "instsimplify",
123 INITIALIZE_PASS_END(InstSimplifyLegacyPass, "instsimplify", in INITIALIZE_PASS_DEPENDENCY()
128 return new InstSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm-project/llvm/lib/Transforms/Scalar/
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()
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dremove-dead-call.ll5 ; Verify that InstSimplifyLegacyPass notifies the pass manager about changes