Searched refs:CallsiteCount (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 114 uint64_t CallsiteCount = 0; variable 119 CallsiteCount = It->second; 121 Weight = std::max(CallsiteCount, CalleeEntryCount);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 407 uint64_t CallsiteCount; member 416 if (LHS.CallsiteCount != RHS.CallsiteCount) in operator ()() 417 return LHS.CallsiteCount < RHS.CallsiteCount; in operator ()() 1007 CI, R->second, Candidate.CallsiteCount, Sum, false, ORE); in tryPromoteAndInlineCandidate() 1009 Sum -= Candidate.CallsiteCount; in tryPromoteAndInlineCandidate() 1029 *DI, static_cast<float>(Candidate.CallsiteCount) / SumOrigin); in tryPromoteAndInlineCandidate() 1361 uint64_t CallsiteCount = in getInlineCandidate() local 1363 *NewCandidate = {CB, CalleeSamples, CallsiteCount, Factor}; in getInlineCandidate() 1399 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
|