Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp82 FoldingSet<BinOpInit> TheBinOpInitPool; member
115 OS << "TheBinOpInitPool size = " << TheBinOpInitPool.size() << '\n'; in dumpAllocationStats()
1089 if (const BinOpInit *I = RK.TheBinOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
1093 RK.TheBinOpInitPool.InsertNode(I, IP); in get()