Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp219 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get() local
231 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
249 ThePool.InsertNode(Ty, IP); in get()