Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp78 FoldingSet<ListInit> TheListInitPool; member
666 if (ListInit *I = RK.TheListInitPool.FindNodeOrInsertPos(ID, IP)) in get()
677 RK.TheListInitPool.InsertNode(I, IP); in get()