Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantProp.cpp37 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()