Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp75 sortFuncProfiles(ProfileMap, SortedFunctions); in DefaultFunctionPruningStrategy()
85 assert(NumToRemove <= SortedFunctions.size()); in Erase()
87 llvm::drop_begin(SortedFunctions, SortedFunctions.size() - NumToRemove)) in Erase()
89 SortedFunctions.resize(SortedFunctions.size() - NumToRemove); in Erase()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h69 std::vector<NameFunctionSamples> SortedFunctions; variable