Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h137 freeContainer(FuncCallsiteMatchStates); in clearMatchingData()
138 freeContainer(FunctionsWithoutProfile); in clearMatchingData()
139 freeContainer(FuncToProfileNameMap); in clearMatchingData()
153 template <typename T> inline void freeContainer(T &C) { in freeContainer() function