Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp452 SmallPtrSet<Function*, 8> SCCFunctions; in runOnSCC() local
456 if (F) SCCFunctions.insert(F); in runOnSCC()
504 if (SCCFunctions.count(F)) in runOnSCC()
601 !SCCFunctions.count(Callee) && in runOnSCC()