Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp536 SmallPtrSet<Function *, 8> SCCFunctions; in inlineCallsImpl() local
541 SCCFunctions.insert(F); in inlineCallsImpl()
603 if (SCCFunctions.count(F)) in inlineCallsImpl()
721 !SCCFunctions.count(Callee) && in inlineCallsImpl()