Searched refs:DCELegacyPass (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 133 struct DCELegacyPass : public FunctionPass { struct 135 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() argument 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/ |
D | DCE.cpp | 155 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/ |
D | DCE.cpp | 188 struct DCELegacyPass : public FunctionPass { struct 190 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() argument 210 char DCELegacyPass::ID = 0; 211 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false) 214 return new DCELegacyPass(); in createDeadCodeEliminationPass()
|