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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp77 CallGraphNode *PromoteArguments(CallGraphNode *CGN);
106 if (CallGraphNode *CGN = PromoteArguments(*I)) {
117 /// PromoteArguments - This method checks the specified function to see if there
122 CallGraphNode *ArgPromotion::PromoteArguments(CallGraphNode *CGN) { function in class:ArgPromotion

Completed in 164 milliseconds