Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h180 Optional<bool> ComputeFullInlineCost; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp367 const bool ComputeFullInlineCost; member in __anonb860a6650111::InlineCostCallAnalyzer
574 return Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()
620 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
634 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
635 Params.ComputeFullInlineCost || ORE), in InlineCostCallAnalyzer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp896 Params.ComputeFullInlineCost = true; in inlineCallInstruction()