Searched refs:ArgPromotion (Results 1 – 1 of 1) sorted by relevance
1062 struct ArgPromotion : public CallGraphSCCPass { struct1066 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument1092 char ArgPromotion::ID = 0;1094 INITIALIZE_PASS_BEGIN(ArgPromotion, "argpromotion",1101 INITIALIZE_PASS_END(ArgPromotion, "argpromotion", in INITIALIZE_PASS_DEPENDENCY()1105 return new ArgPromotion(MaxElements); in INITIALIZE_PASS_DEPENDENCY()1108 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()1163 bool ArgPromotion::doInitialization(CallGraph &CG) { in doInitialization()