Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp288 bool tryPartialInline(FunctionCloner &Cloner);
1286 if (tryPartialInline(Cloner)) in unswitchFunction()
1307 bool AnyInline = tryPartialInline(Cloner); in unswitchFunction()
1315 bool PartialInlinerImpl::tryPartialInline(FunctionCloner &Cloner) { in tryPartialInline() function in PartialInlinerImpl