Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp379 auto MergedContext = I.second->getContext().getContextFrames(); in trimAndMergeColdContextProfiles() local
380 if (ColdContextFrameLength < MergedContext.size()) in trimAndMergeColdContextProfiles()
381 MergedContext = MergedContext.take_back(ColdContextFrameLength); in trimAndMergeColdContextProfiles()
383 FunctionSamples &MergedProfile = MergedProfileMap.create(MergedContext); in trimAndMergeColdContextProfiles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp338 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()
560 FromSamples->getContext().setState(MergedContext); in mergeContextNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h452 MergedContext = 0x8 // Profile for context merged into base profile