Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp84 FoldingSet<FoldOpInit> TheFoldOpInitPool; member
117 OS << "TheFoldOpInitPool size = " << TheFoldOpInitPool.size() << '\n'; in dumpAllocationStats()
2019 if (const FoldOpInit *I = RK.TheFoldOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
2023 RK.TheFoldOpInitPool.InsertNode(I, IP); in get()