Searched defs:InstrProfRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h685 struct InstrProfRecord { struct in namespace:llvm
689 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} function in struct:llvm::InstrProfRecord
691 InstrProfRecord(const InstrProfRecord &RHS) function in struct:llvm::InstrProfRecord
[all...]

Completed in 155 milliseconds