Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp81 FoldingSet<UnOpInit> TheUnOpInitPool; member
114 OS << "TheUnOpInitPool size = " << TheUnOpInitPool.size() << '\n'; in dumpAllocationStats()
826 if (const UnOpInit *I = RK.TheUnOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
830 RK.TheUnOpInitPool.InsertNode(I, IP); in get()