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

/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp120 // annotateLibraryCalls - Adds attributes to well-known standard library
122 bool annotateLibraryCalls(const CallGraphSCC &SCC);
1678 /// annotateLibraryCalls - Adds attributes to well-known standard library
1680 bool FunctionAttrs::annotateLibraryCalls(const CallGraphSCC &SCC) { function in class:FunctionAttrs
1699 bool Changed = annotateLibraryCalls(SCC);

Completed in 561 milliseconds