Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h187 Optional<bool> ComputeFullInlineCost; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp447 const bool ComputeFullInlineCost; member in __anon797094460111::InlineCostCallAnalyzer
850 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()
896 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
912 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
913 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1276 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()