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

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

Completed in 102 milliseconds