Searched refs:ThePool (Results 1 – 2 of 2) sorted by relevance
163 FoldingSet<RecordRecTy> &ThePool = in get() local176 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()194 ThePool.InsertNode(Ty, IP); in get()343 static FoldingSet<BitsInit> ThePool; in get() local349 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()357 ThePool.InsertNode(I, IP); in get()461 static std::map<int64_t, IntInit*> ThePool; in get() local463 IntInit *&I = ThePool[V]; in get()518 static StringSet<BumpPtrAllocator &> ThePool(Allocator); in get() local529 auto &Entry = *ThePool.insert(V).first; in get()[all …]
265 static FoldingSet<BitsInit> ThePool; in get() local272 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()279 ThePool.InsertNode(I, IP); in get()396 static DenseMap<int64_t, std::unique_ptr<IntInit>> ThePool; in get() local398 std::unique_ptr<IntInit> &I = ThePool[V]; in get()453 static StringMap<std::unique_ptr<CodeInit>> ThePool; in get() local455 std::unique_ptr<CodeInit> &I = ThePool[V]; in get()461 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local463 std::unique_ptr<StringInit> &I = ThePool[V]; in get()493 static FoldingSet<ListInit> ThePool; in get() local[all …]