Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.h26 struct ProfiledInlineCandidate { struct
27 ProfiledInlineCandidate(const FunctionSamples *Samples, uint64_t Count, in ProfiledInlineCandidate() function
42 bool operator()(const ProfiledInlineCandidate &LHS, in operator() argument
43 const ProfiledInlineCandidate &RHS) { in operator()
59 PriorityQueue<ProfiledInlineCandidate, std::vector<ProfiledInlineCandidate>,
79 bool shouldInline(ProfiledInlineCandidate &Candidate);
H A DCSPreInliner.cpp148 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline()
205 ProfiledInlineCandidate Candidate = CQueue.top(); in processFunction()
245 ProfiledInlineCandidate Candidate = CQueue.top(); in processFunction()