Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h232 std::optional<bool> ComputeFullInlineCost; member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp535 const bool ComputeFullInlineCost; member in __anon0e0437920111::InlineCostCallAnalyzer
966 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()
1021 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()
1037 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()
1038 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1366 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()