Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp85 FoldingSet<IsAOpInit> TheIsAOpInitPool; member
118 OS << "TheIsAOpInitPool size = " << TheIsAOpInitPool.size() << '\n'; in dumpAllocationStats()
2084 if (const IsAOpInit *I = RK.TheIsAOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
2088 RK.TheIsAOpInitPool.InsertNode(I, IP); in get()