Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineCost.h217 Optional<bool> ComputeFullInlineCost; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp506 const bool ComputeFullInlineCost; member in __anon9893a50b0111::InlineCostCallAnalyzer
937 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()
992 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
1008 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
1009 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1330 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()