HomeSort by: relevance | last modified time | path
    Searched refs:SampleContextTracker (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 1 //===- SampleContextTracker.cpp - Context-sensitive Profile Tracker -------===//
9 // This file implements the SampleContextTracker used by CSSPGO.
13 #include "llvm/Transforms/IPO/SampleContextTracker.h"
179 SampleContextTracker::SampleContextTracker(
195 SampleContextTracker::getCalleeContextSamplesFor(const CallBase &Inst,
219 SampleContextTracker::getIndirectCalleeContextSamplesFor(
239 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) {
260 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) {
268 SampleContextTracker::ContextSamplesTy
    [all...]
SampleProfile.cpp 81 #include "llvm/Transforms/IPO/SampleContextTracker.h"
412 std::unique_ptr<SampleContextTracker> ContextTracker;
1811 std::make_unique<SampleContextTracker>(Reader->getProfiles());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h 1 //===- Transforms/IPO/SampleContextTracker.h --------------------*- C++ -*-===//
91 class SampleContextTracker {
95 SampleContextTracker(StringMap<FunctionSamples> &Profiles);
ProfiledCallGraph.h 17 #include "llvm/Transforms/IPO/SampleContextTracker.h"
54 ProfiledCallGraph(SampleContextTracker &ContextTracker) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h 16 #include "llvm/Transforms/IPO/SampleContextTracker.h"
80 SampleContextTracker ContextTracker;
  /src/external/apache2/llvm/lib/libLLVMipo/
Makefile 42 SampleContextTracker.cpp \

Completed in 46 milliseconds