Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp29 static bool stripDeadPrototypes(Module &M) { in stripDeadPrototypes() function
55 if (stripDeadPrototypes(M)) in run()
73 return stripDeadPrototypes(M); in runOnModule()