Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h233 std::optional<bool> ComputeFullInlineCost; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp546 const bool ComputeFullInlineCost; member in __anon463f3bdb0111::InlineCostCallAnalyzer
1041 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()
1096 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
1112 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
1113 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1362 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()