LLVM: llvm::sampleprof::SampleSorter< LocationT, SampleT > Class Template Reference (original) (raw)

Sort a LocationT->SampleT map by LocationT. More...

#include "[llvm/ProfileData/SampleProf.h](SampleProf%5F8h%5Fsource.html)"

Detailed Description

template<class LocationT, class SampleT>
class llvm::sampleprof::SampleSorter< LocationT, SampleT >

Sort a LocationT->SampleT map by LocationT.

It produces a sorted list of <LocationT, SampleT> records by ascending order of LocationT.

Definition at line 1487 of file SampleProf.h.

Member Typedef Documentation

SamplesWithLoc

template<class LocationT, class SampleT>

SamplesWithLocList

template<class LocationT, class SampleT>

Constructor & Destructor Documentation

template<class LocationT, class SampleT>

Member Function Documentation

get()

template<class LocationT, class SampleT>


The documentation for this class was generated from the following file: