Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DValueMapTest.cpp236 struct CountOps : ValueMapConfig<KeyT> { struct
237 struct ExtraData {
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW()
245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete()
/external/llvm-project/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()