Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp76 FoldingSet<BitsInit> TheBitsInitPool; member
109 OS << "TheBitsInitPool size = " << TheBitsInitPool.size() << '\n'; in dumpAllocationStats()
482 if (BitsInit *I = RKImpl.TheBitsInitPool.FindNodeOrInsertPos(ID, IP)) in get()
488 RKImpl.TheBitsInitPool.InsertNode(I, IP); in get()