Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.h25 struct ProfiledInlineCandidate { struct
26 ProfiledInlineCandidate(const FunctionSamples *Samples, uint64_t Count) in ProfiledInlineCandidate() function
42 bool operator()(const ProfiledInlineCandidate &LHS, in operator() argument