Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp281 bool shouldPartialInline(CallSite CS, FunctionCloner &Cloner,
751 bool PartialInlinerImpl::shouldPartialInline( in shouldPartialInline() function in PartialInlinerImpl
1377 if (!shouldPartialInline(CS, Cloner, WeightedRcost, CallerORE)) in tryPartialInline()