Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantProp.cpp38 struct ConstantPropagation : public FunctionPass { struct
39 static char ID; // Pass identification, replacement for typeid
40 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() argument
46 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/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() argument
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() function
43 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()