Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp154 FoldingSet<RecordRecTy> &ThePool = in get() local
167 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
185 ThePool.InsertNode(Ty, IP); in get()
331 static FoldingSet<BitsInit> ThePool; in get() local
337 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
345 ThePool.InsertNode(I, IP); in get()
449 static std::map<int64_t, IntInit*> ThePool; in get() local
451 IntInit *&I = ThePool[V]; in get()
562 static FoldingSet<ListInit> ThePool; in get() local
568 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
[all …]