Home
last modified time | relevance | path

Searched defs:ConstantPropagation (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DConstantProp.cpp37 struct ConstantPropagation : public FunctionPass { struct
38 static char ID; // Pass identification, replacement for typeid
39 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() function
45 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DConstantProp.cpp35 struct ConstantPropagation : public FunctionPass { struct
36 static char ID; // Pass identification, replacement for typeid
37 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() argument
43 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()