Searched refs:ConstantPropagation (Results 1 – 1 of 1) sorted by relevance
37 struct ConstantPropagation : public FunctionPass { struct39 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() argument52 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()