Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1062 struct ArgPromotion : public CallGraphSCCPass { struct
1066 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument
1092 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()