Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h212 Optional<bool> ComputeFullInlineCost; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp469 const bool ComputeFullInlineCost; member in __anondb71d90f0111::InlineCostCallAnalyzer
865 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()
911 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
927 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
928 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1277 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()