Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1161 uint64_t CallerIndex = ContextNode->getCallSiteLoc().LineOffset; in populateBodySamplesWithProbes() local
1162 assert(CallerIndex && in populateBodySamplesWithProbes()
1167 CallerProfile.addBodySamples(CallerIndex, 0, Count); in populateBodySamplesWithProbes()
1169 CallerProfile.addCalledTargetSamples(CallerIndex, 0, in populateBodySamplesWithProbes()