Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp432 SmallPtrSet<Function*, 8> SCCFunctions; in runOnSCC() local
436 if (F) SCCFunctions.insert(F); in runOnSCC()
484 if (SCCFunctions.count(F)) in runOnSCC()
581 !SCCFunctions.count(Callee) && in runOnSCC()