Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp122 bool annotateLibraryCalls(const CallGraphSCC &SCC);
1688 bool FunctionAttrs::annotateLibraryCalls(const CallGraphSCC &SCC) { in annotateLibraryCalls() function in FunctionAttrs
1707 bool Changed = annotateLibraryCalls(SCC); in runOnSCC()