Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp499 InlineCost shouldInlineCandidate(InlineCandidate &Candidate);
1247 InlineCost Cost = shouldInlineCandidate(Candidate); in tryInlineCandidate()
1347 SampleProfileLoader::shouldInlineCandidate(InlineCandidate &Candidate) { in shouldInlineCandidate() function in SampleProfileLoader