Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp536 SmallPtrSet<Function *, 8> SCCFunctions; in inlineCallsImpl() local
541 SCCFunctions.insert(F); in inlineCallsImpl()
603 if (SCCFunctions.count(F)) in inlineCallsImpl()
720 !SCCFunctions.count(Callee) && in inlineCallsImpl()