Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp80 FoldingSet<BinOpInit> TheBinOpInitPool; member
1008 if (BinOpInit *I = RK.TheBinOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
1012 RK.TheBinOpInitPool.InsertNode(I, IP); in get()