Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h232 std::optional<bool> ComputeFullInlineCost; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp546 const bool ComputeFullInlineCost; member in __anoncf8652d10111::InlineCostCallAnalyzer
1035 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()
1090 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
1106 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
1107 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1410 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()