Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp473 static Pool ThePool; in get() local
479 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
483 ThePool.InsertNode(I, IP); in get()
589 static Pool<DenseMap<int64_t, IntInit *> > ThePool; in get() local
591 IntInit *&I = ThePool[V]; in get()
616 static Pool<StringMap<StringInit *> > ThePool; in get() local
618 StringInit *&I = ThePool[V]; in get()
638 static Pool ThePool; in get() local
645 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
649 ThePool.InsertNode(I, IP); in get()
[all …]