Searched refs:ConstantPropagation (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 38 struct ConstantPropagation : public FunctionPass { struct 40 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() function 53 char ConstantPropagation::ID = 0; 54 INITIALIZE_PASS_BEGIN(ConstantPropagation, "constprop", 57 INITIALIZE_PASS_END(ConstantPropagation, "constprop", in INITIALIZE_PASS_DEPENDENCY() 61 return new ConstantPropagation(); in INITIALIZE_PASS_DEPENDENCY() 64 bool ConstantPropagation::runOnFunction(Function &F) { in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 37 struct ConstantPropagation : public FunctionPass { struct 39 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() argument 52 char ConstantPropagation::ID = 0; 53 INITIALIZE_PASS_BEGIN(ConstantPropagation, "constprop", 56 INITIALIZE_PASS_END(ConstantPropagation, "constprop", in INITIALIZE_PASS_DEPENDENCY() 60 return new ConstantPropagation(); in INITIALIZE_PASS_DEPENDENCY() 63 bool ConstantPropagation::runOnFunction(Function &F) { in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 35 struct ConstantPropagation : public FunctionPass { struct 37 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() function 49 char ConstantPropagation::ID = 0; 50 INITIALIZE_PASS(ConstantPropagation, "constprop", 54 return new ConstantPropagation(); in createConstantPropagationPass() 58 bool ConstantPropagation::runOnFunction(Function &F) { in runOnFunction()
|