Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp621 std::optional<int> getHotCallSiteThreshold(CallBase &Call,
1883 InlineCostCallAnalyzer::getHotCallSiteThreshold(CallBase &Call, in getHotCallSiteThreshold() function in InlineCostCallAnalyzer
1980 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold()