Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp267 static FoldingSet<BitsInit> ThePool; in get() local
274 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() local
397 std::unique_ptr<IntInit> &I = ThePool[V]; in get()
454 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local
456 std::unique_ptr<StringInit> &I = ThePool[V]; in get()
479 static FoldingSet<ListInit> ThePool; in get() local
486 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
490 ThePool.InsertNode(I, IP); in get()
[all …]