Searched refs:MemProfCallStackIndexes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProf.cpp | 135 llvm::DenseMap<CallStackId, LinearCallStackId> &MemProfCallStackIndexes) { in serializeV3() argument 142 assert(MemProfCallStackIndexes.contains(N.CSId)); in serializeV3() 143 LE.write<LinearCallStackId>(MemProfCallStackIndexes[N.CSId]); in serializeV3() 150 assert(MemProfCallStackIndexes.contains(CS.CSId)); in serializeV3() 151 LE.write<LinearCallStackId>(MemProfCallStackIndexes[CS.CSId]); in serializeV3() 158 llvm::DenseMap<CallStackId, LinearCallStackId> &MemProfCallStackIndexes) { in serializeV4() argument 165 assert(MemProfCallStackIndexes.contains(N.CSId)); in serializeV4() 166 LE.write<LinearCallStackId>(MemProfCallStackIndexes[N.CSId]); in serializeV4() 173 assert(MemProfCallStackIndexes.contains(CS.CSId)); in serializeV4() 174 LE.write<LinearCallStackId>(MemProfCallStackIndexes[CS.CSId]); in serializeV4() [all …]
|
| H A D | IndexedMemProfData.cpp | 39 *MemProfCallStackIndexes = nullptr) { in writeMemProfRecords() argument 41 MemProfCallStackIndexes); in writeMemProfRecords() 154 MemProfCallStackIndexes; in writeMemProfCallStackArray() local 162 MemProfCallStackIndexes = Builder.takeCallStackPos(); in writeMemProfCallStackArray() 167 return MemProfCallStackIndexes; in writeMemProfCallStackArray() 256 MemProfCallStackIndexes = in writeMemProfRadixTreeBased() local 263 OS, MemProfData.Records, &Schema, Version, &MemProfCallStackIndexes); in writeMemProfRadixTreeBased()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 478 *MemProfCallStackIndexes = nullptr) const; 627 llvm::DenseMap<CallStackId, LinearCallStackId> *MemProfCallStackIndexes; 634 llvm::DenseMap<CallStackId, LinearCallStackId> *MemProfCallStackIndexes) 636 MemProfCallStackIndexes(MemProfCallStackIndexes) {} 661 V.serialize(*Schema, Out, Version, MemProfCallStackIndexes);
|