Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp83 FoldingSet<TernOpInit> TheTernOpInitPool; member
116 OS << "TheTernOpInitPool size = " << TheTernOpInitPool.size() << '\n'; in dumpAllocationStats()
1651 if (TernOpInit *I = RK.TheTernOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
1655 RK.TheTernOpInitPool.InsertNode(I, IP); in get()