Map from tuples of Probe id and inline stack hash code to distribution factors.
Synopsis
Declared in <llvm/Transforms/IPO/SampleProfileProbe.h>
using ProbeFactorMap = DenseMap<std::pair<uint64_t, uint64_t>, float>;
Created with MrDocs