Searched defs:ProfiledInlineCandidate (Results 1 – 1 of 1) sorted by relevance
25 struct ProfiledInlineCandidate { struct26 ProfiledInlineCandidate(const FunctionSamples *Samples, uint64_t Count) in ProfiledInlineCandidate() function42 bool operator()(const ProfiledInlineCandidate &LHS, in operator() argument