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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h180 Optional<bool> ComputeFullInlineCost;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp367 const bool ComputeFullInlineCost; member in class:__anon4441::final
574 return Cost >= Threshold && !ComputeFullInlineCost;
620 if (Cost >= Threshold && !ComputeFullInlineCost)
634 ComputeFullInlineCost(OptComputeFullInlineCost ||
635 Params.ComputeFullInlineCost || ORE),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp896 Params.ComputeFullInlineCost = true;
899 // set ComputeFullInlineCost, otherwise getInlineCost may return early

Completed in 65 milliseconds