Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1032 struct ArgPromotion : public CallGraphSCCPass { struct
1036 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument
1062 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()