Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp390 InlineCost shouldInlineCandidate(InlineCandidate &Candidate);
1169 InlineCost Cost = shouldInlineCandidate(Candidate); in tryInlineCandidate()
1251 SampleProfileLoader::shouldInlineCandidate(InlineCandidate &Candidate) { in shouldInlineCandidate() function in SampleProfileLoader