Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp374 auto MergedContext = I.second->getContext().getContextFrames(); in trimAndMergeColdContextProfiles() local
375 if (ColdContextFrameLength < MergedContext.size()) in trimAndMergeColdContextProfiles()
376 MergedContext = MergedContext.take_back(ColdContextFrameLength); in trimAndMergeColdContextProfiles()
377 auto Ret = MergedProfileMap.emplace(MergedContext, FunctionSamples()); in trimAndMergeColdContextProfiles()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp345 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()
574 FromSamples->getContext().setState(MergedContext); in mergeContextNode()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h443 MergedContext = 0x8 // Profile for context merged into base profile