Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h157 Optional<bool> ComputeFullInlineCost; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp130 bool ComputeFullInlineCost; member in __anon5999813e0111::CallAnalyzer
280 Cost(0), ComputeFullInlineCost(OptComputeFullInlineCost || in CallAnalyzer()
281 Params.ComputeFullInlineCost || ORE), in CallAnalyzer()
1438 if (CostLowerBound > Threshold && !ComputeFullInlineCost) { in visitSwitchInst()
1608 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeBlock()
1733 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeCall()
1799 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp721 Params.ComputeFullInlineCost = true; in inlineCallInstruction()