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

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

Completed in 60 milliseconds