Searched refs:MemProfFrameIndexes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 499 llvm::DenseMap<memprof::FrameId, memprof::LinearFrameId> MemProfFrameIndexes; in writeMemProfFrameArray() local 533 MemProfFrameIndexes.reserve(FrameIdOrder.size()); in writeMemProfFrameArray() 536 MemProfFrameIndexes.insert({Id, Index}); in writeMemProfFrameArray() 540 assert(MemProfFrameData.size() == MemProfFrameIndexes.size()); in writeMemProfFrameArray() 545 return MemProfFrameIndexes; in writeMemProfFrameArray() 568 &MemProfFrameIndexes, in writeMemProfCallStackArray() argument 574 Builder.build(std::move(MemProfCallStackData), MemProfFrameIndexes, in writeMemProfCallStackArray() 735 llvm::DenseMap<memprof::FrameId, memprof::LinearFrameId> MemProfFrameIndexes = in writeMemProfV3() local 741 OS, MemProfData.CallStacks, MemProfFrameIndexes, FrameHistogram); in writeMemProfV3()
|
H A D | MemProf.cpp | 446 const llvm::DenseMap<FrameId, LinearFrameId> &MemProfFrameIndexes) { in encodeCallStack() argument 474 RadixArray.push_back(MemProfFrameIndexes.find(F)->second); in encodeCallStack() 489 const llvm::DenseMap<FrameId, LinearFrameId> &MemProfFrameIndexes, in build() argument 595 encodeCallStack(&CallStack, Prev, MemProfFrameIndexes); in build()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 1043 const llvm::DenseMap<FrameId, LinearFrameId> &MemProfFrameIndexes); 1051 const llvm::DenseMap<FrameId, LinearFrameId> &MemProfFrameIndexes,
|