Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDCE.cpp133 struct DCELegacyPass : public FunctionPass { struct
134 static char ID; // Pass identification, replacement for typeid
135 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() argument
139 bool runOnFunction(Function &F) override { in runOnFunction()
149 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDCE.cpp155 struct DCELegacyPass : public FunctionPass { struct
156 static char ID; // Pass identification, replacement for typeid
157 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
161 bool runOnFunction(Function &F) override { in runOnFunction()
171 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp188 struct DCELegacyPass : public FunctionPass { struct
189 static char ID; // Pass identification, replacement for typeid
190 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
194 bool runOnFunction(Function &F) override { in runOnFunction()
204 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()