Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp334 SmallPtrSet<Function*, 8> SCCFunctions; in runOnSCC() local
338 if (F) SCCFunctions.insert(F); in runOnSCC()
386 if (SCCFunctions.count(F)) in runOnSCC()
469 !SCCFunctions.count(Callee) && in runOnSCC()