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

/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp79 FoldingSet<BinOpInit> TheBinOpInitPool; member in struct:llvm::detail::RecordKeeperImpl
949 if (BinOpInit *I = RK.TheBinOpInitPool.FindNodeOrInsertPos(ID, IP))
953 RK.TheBinOpInitPool.InsertNode(I, IP);

Completed in 123 milliseconds