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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp317 SmallPtrSet<Function *, 8> SCCFunctions; local
322 SCCFunctions.insert(F);
384 if (SCCFunctions.count(F))
507 !SCCFunctions.count(Callee) &&

Completed in 50 milliseconds