Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp310 SmallPtrSet<Function *, 8> SCCFunctions; in inlineCallsImpl() local
315 SCCFunctions.insert(F); in inlineCallsImpl()
377 if (SCCFunctions.count(F)) in inlineCallsImpl()
500 !SCCFunctions.count(Callee) && in inlineCallsImpl()