Searched refs:ThePool (Results 1 – 1 of 1) sorted by relevance
154 FoldingSet<RecordRecTy> &ThePool = in get() local167 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()185 ThePool.InsertNode(Ty, IP); in get()331 static FoldingSet<BitsInit> ThePool; in get() local337 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() local451 IntInit *&I = ThePool[V]; in get()562 static FoldingSet<ListInit> ThePool; in get() local568 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()[all …]