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

/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp402 SmallPtrSet<Function*, 8> SCCFunctions; local
406 if (F) SCCFunctions.insert(F);
454 if (SCCFunctions.count(F))
532 !SCCFunctions.count(Callee) &&

Completed in 695 milliseconds