Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp29 static bool stripDeadPrototypes(Module &M) { in stripDeadPrototypes() function
58 if (stripDeadPrototypes(M)) in run()
76 return stripDeadPrototypes(M); in runOnModule()