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.cpp212 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get() local
224 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
242 ThePool.InsertNode(Ty, IP); in get()