Home
last modified time | relevance | path

Searched refs:FrameVec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp555 SampleContextFrameVector FrameVec; in populateBodySamplesWithProbesForAllFunctions() local
584 SampleContextFrameVector FrameVec; in populateBoundarySamplesWithProbesForAllFunctions() local
587 if (!FrameVec.empty()) { in populateBoundarySamplesWithProbesForAllFunctions()
608 for (size_t I = 1; I < FrameVec.size(); I++) { in getLeafProfileAndAddTotalSamples()
610 FrameVec[I - 1].Location.LineOffset, in getLeafProfileAndAddTotalSamples()
617 SampleContext Context(FrameVec[I].FuncName); in getLeafProfileAndAddTotalSamples()
673 const SampleContextFrameVector &FrameVec = in populateBodySamplesForAllFunctions() local
675 if (!FrameVec.empty()) { in populateBodySamplesForAllFunctions()
713 const SampleContextFrameVector &FrameVec = in populateBoundarySamplesForAllFunctions() local
715 if (!FrameVec.empty()) { in populateBoundarySamplesForAllFunctions()
[all …]
H A DProfileGenerator.h165 getLeafProfileAndAddTotalSamples(const SampleContextFrameVector &FrameVec,