Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp77 FoldingSet<ListInit> TheListInitPool; member
630 if (ListInit *I = RK.TheListInitPool.FindNodeOrInsertPos(ID, IP)) in get()
641 RK.TheListInitPool.InsertNode(I, IP); in get()