Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp95 FoldingSet<DagInit> TheDagInitPool; member
121 OS << "TheDagInitPool size = " << TheDagInitPool.size() << '\n'; in dumpAllocationStats()
2723 if (const DagInit *I = RK.TheDagInitPool.FindNodeOrInsertPos(ID, IP)) in get()
2731 RK.TheDagInitPool.InsertNode(I, IP); in get()