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.cpp73 sortFuncProfiles(ProfileMap, SortedFunctions); in DefaultFunctionPruningStrategy()
83 assert(NumToRemove <= SortedFunctions.size()); in Erase()
85 llvm::drop_begin(SortedFunctions, SortedFunctions.size() - NumToRemove)) in Erase()
87 SortedFunctions.resize(SortedFunctions.size() - NumToRemove); in Erase()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h70 std::vector<NameFunctionSamples> SortedFunctions; variable