Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDCE.cpp133 struct DCELegacyPass : public FunctionPass { struct
135 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
155 char DCELegacyPass::ID = 0;
156 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false)
159 return new DCELegacyPass(); in createDeadCodeEliminationPass()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDCE.cpp155 struct DCELegacyPass : public FunctionPass { struct
157 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
178 char DCELegacyPass::ID = 0;
179 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false)
182 return new DCELegacyPass(); in createDeadCodeEliminationPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp188 struct DCELegacyPass : public FunctionPass { struct
190 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
210 char DCELegacyPass::ID = 0;
211 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false)
214 return new DCELegacyPass(); in createDeadCodeEliminationPass()