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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp61 /// ArgPromotion - The 'by reference' to 'by value' argument promotion pass.
63 struct ArgPromotion : public CallGraphSCCPass { struct in namespace:__anon26218
71 explicit ArgPromotion(unsigned maxElements = 3) function in struct:__anon26218::ArgPromotion
93 char ArgPromotion::ID = 0;
94 INITIALIZE_PASS_BEGIN(ArgPromotion, "argpromotion",
98 INITIALIZE_PASS_END(ArgPromotion, "argpromotion",
102 return new ArgPromotion(maxElements);
105 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) {
131 CallGraphNode *ArgPromotion::PromoteArguments(CallGraphNode *CGN) {
249 static bool IsPrefix(const ArgPromotion
[all...]

Completed in 91 milliseconds