Searched refs:ThePool (Results 1 – 1 of 1) sorted by relevance
267 static FoldingSet<BitsInit> ThePool; in get() local274 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()278 ThePool.InsertNode(I, IP); in get()395 static DenseMap<int64_t, std::unique_ptr<IntInit>> ThePool; in get() local397 std::unique_ptr<IntInit> &I = ThePool[V]; in get()454 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local456 std::unique_ptr<StringInit> &I = ThePool[V]; in get()479 static FoldingSet<ListInit> ThePool; in get() local486 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()490 ThePool.InsertNode(I, IP); in get()[all …]