Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp252 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get() local
263 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
279 ThePool.InsertNode(Ty, IP); in get()