Searched defs:ArgPromotion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp58 /// ArgPromotion - The 'by reference' to 'by value' argument promotion pass.
60 struct ArgPromotion : public CallGraphSCCPass { struct in namespace:__anon9039
68 explicit ArgPromotion(unsigned maxElements = 3) function in struct:__anon9039::ArgPromotion
87 char ArgPromotion::ID = 0;
88 INITIALIZE_PASS_BEGIN(ArgPromotion, "argpromotion",
92 INITIALIZE_PASS_END(ArgPromotion, "argpromotion",
96 return new ArgPromotion(maxElements);
99 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) {
122 CallGraphNode *ArgPromotion::PromoteArguments(CallGraphNode *CGN) {
244 static bool IsPrefix(const ArgPromotion
[all...]

Completed in 36 milliseconds