Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp84 FoldingSet<ExistsOpInit> TheExistsOpInitPool; member
2038 if (ExistsOpInit *I = RK.TheExistsOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
2042 RK.TheExistsOpInitPool.InsertNode(I, IP); in get()