Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp282 bool shouldPartialInline(CallBase &CB, FunctionCloner &Cloner,
718 bool PartialInlinerImpl::shouldPartialInline( in shouldPartialInline() function in PartialInlinerImpl
1377 if (!shouldPartialInline(*CB, Cloner, WeightedRcost, CallerORE)) in tryPartialInline()