Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h181 Optional<bool> ComputeFullInlineCost; member
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp132 bool ComputeFullInlineCost; member in __anon45440fe00111::CallAnalyzer
283 Cost(0), ComputeFullInlineCost(OptComputeFullInlineCost || in CallAnalyzer()
284 Params.ComputeFullInlineCost || ORE), in CallAnalyzer()
1440 if (CostLowerBound > Threshold && !ComputeFullInlineCost) { in visitSwitchInst()
1624 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeBlock()
1756 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeCall()
1822 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp741 Params.ComputeFullInlineCost = true; in inlineCallInstruction()