Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h160 FunctionSamples &getTopLevelFunctionProfile(StringRef FuncName);
H A DProfileGenerator.cpp468 ProfileGenerator::getTopLevelFunctionProfile(StringRef FuncName) { in getTopLevelFunctionProfile() function in llvm::sampleprof::ProfileGenerator
600 &getTopLevelFunctionProfile(FrameVec[0].FuncName); in getLeafProfileAndAddTotalSamples()
724 FunctionSamples &CalleeProfile = getTopLevelFunctionProfile(CalleeName); in populateBoundarySamplesForAllFunctions()