Searched refs:ArgPromotion (Results 1 – 1 of 1) sorted by relevance
1032 struct ArgPromotion : public CallGraphSCCPass { struct1036 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument1062 char ArgPromotion::ID = 0;1064 INITIALIZE_PASS_BEGIN(ArgPromotion, "argpromotion",1071 INITIALIZE_PASS_END(ArgPromotion, "argpromotion", in INITIALIZE_PASS_DEPENDENCY()1075 return new ArgPromotion(MaxElements); in INITIALIZE_PASS_DEPENDENCY()1078 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()1132 bool ArgPromotion::doInitialization(CallGraph &CG) { in doInitialization()