Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp306 SmallPtrSet<Function *, 8> SCCFunctions; in inlineCallsImpl() local
311 SCCFunctions.insert(F); in inlineCallsImpl()
373 if (SCCFunctions.count(F)) in inlineCallsImpl()
496 !SCCFunctions.count(Callee) && in inlineCallsImpl()