Searched refs:ProfiledInlineCandidate (Results 1 – 2 of 2) sorted by relevance
26 struct ProfiledInlineCandidate { struct27 ProfiledInlineCandidate(const FunctionSamples *Samples, uint64_t Count, in ProfiledInlineCandidate() function42 bool operator()(const ProfiledInlineCandidate &LHS, in operator() argument43 const ProfiledInlineCandidate &RHS) { in operator()59 PriorityQueue<ProfiledInlineCandidate, std::vector<ProfiledInlineCandidate>,79 bool shouldInline(ProfiledInlineCandidate &Candidate);
148 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline()205 ProfiledInlineCandidate Candidate = CQueue.top(); in processFunction()245 ProfiledInlineCandidate Candidate = CQueue.top(); in processFunction()