Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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