Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp94 FoldingSet<CondOpInit> TheCondOpInitPool; member
120 OS << "TheCondOpInitPool size = " << TheCondOpInitPool.size() << '\n'; in dumpAllocationStats()
2613 if (const CondOpInit *I = RK.TheCondOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
2619 RK.TheCondOpInitPool.InsertNode(I, IP); in get()