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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp379 SmallPtrSet<Function*, 8> SCCFunctions; local
383 if (F) SCCFunctions.insert(F);
431 if (SCCFunctions.count(F))
509 !SCCFunctions.count(Callee) &&

Completed in 65 milliseconds