Home
last modified time | relevance | path

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

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