Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp91 FoldingSet<VarDefInit> TheVarDefInitPool; member
125 OS << "TheVarDefInitPool size = " << TheVarDefInitPool.size() << '\n'; in dumpAllocationStats()
2420 if (const VarDefInit *I = RK.TheVarDefInitPool.FindNodeOrInsertPos(ID, IP)) in get()
2426 RK.TheVarDefInitPool.InsertNode(I, IP); in get()