Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h364 std::list<FunctionSamples> FSamplesList; variable
H A DProfileGenerator.cpp740 FSamplesList.emplace_back(); in getOrCreateFunctionSamples()
741 FProfile = &FSamplesList.back(); in getOrCreateFunctionSamples()