Home
last modified time | relevance | path

Searched refs:ContextSampleCounterMap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h37 const ContextSampleCounterMap *Counters) in ProfileGeneratorBase()
45 create(ProfiledBinary *Binary, const ContextSampleCounterMap *Counters,
143 const ContextSampleCounterMap *SampleCounters = nullptr;
150 const ContextSampleCounterMap *Counters) in ProfileGenerator()
184 const ContextSampleCounterMap *Counters) in CSProfileGenerator()
H A DPerfReader.h414 using ContextSampleCounterMap = variable
475 VirtualUnwinder(ContextSampleCounterMap *Counter, ProfiledBinary *B) in VirtualUnwinder()
554 ContextSampleCounterMap *CtxCounterMap;
576 const ContextSampleCounterMap &getSampleCounters() const { in getSampleCounters()
585 ContextSampleCounterMap SampleCounters;
H A DProfileGenerator.cpp115 const ContextSampleCounterMap *SampleCounters, in create()