Home
last modified time | relevance | path

Searched defs:CountOps (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
DValueMapTest.cpp235 struct CountOps : ValueMapConfig<KeyT> { struct
236 struct ExtraData {
241 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW()
244 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete()