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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h 107 FunctionSamples *getContextSamplesFor(const SampleContext &Context);
118 ContextTrieNode *getContextFor(const SampleContext &Context);
133 ContextTrieNode *getOrCreateContextPath(const SampleContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 183 SampleContext Context(FuncSample.first(), RawContext);
260 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) {
301 SampleContext &Context = CSamples->getContext();
406 SampleContextTracker::getContextFor(const SampleContext &Context) {
463 SampleContextTracker::getOrCreateContextPath(const SampleContext &Context,
472 auto ContextSplit = SampleContext::splitContextString(ContextRemain);
476 SampleContext::decodeContextString(ChildContext, CalleeName,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 398 // using StringRef, which is also the input for constructing a `SampleContext`.
405 class SampleContext {
407 SampleContext() : State(UnknownContext), Attributes(ContextNone) {}
408 SampleContext(StringRef ContextStr, ContextStateMask CState = UnknownContext)
882 SampleContext &getContext() const { return Context; }
884 void setContext(const SampleContext &FContext) { Context = FContext; }
917 mutable SampleContext Context;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 216 SampleContext Context = It.second.getContext();
ProfileGenerator.cpp 205 SampleContext FContext(*It.first, RawContext);
347 SampleContext::decodeContextString(CallerFrameStr, Funcname,
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 265 SampleContext FContext(FName);
562 SampleContext FContext(*FName);
730 SampleContext FContext(ContextName);
753 SampleContext FContext(NameOffset.first);
969 SampleContext FContext(*FName);
SampleProf.cpp 360 SampleContext FContext(Ret.first->first(), RawContext);

Completed in 33 milliseconds