Searched refs:ArgPromotion (Results 1 – 1 of 1) sorted by relevance
1063 struct ArgPromotion : public CallGraphSCCPass { struct1067 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument1093 char ArgPromotion::ID = 0;1095 INITIALIZE_PASS_BEGIN(ArgPromotion, "argpromotion",1102 INITIALIZE_PASS_END(ArgPromotion, "argpromotion", in INITIALIZE_PASS_DEPENDENCY()1106 return new ArgPromotion(MaxElements); in INITIALIZE_PASS_DEPENDENCY()1109 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()1164 bool ArgPromotion::doInitialization(CallGraph &CG) { in doInitialization()