Lines Matching refs:ThePool
473 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()
755 static Pool<DenseMap<Key, UnOpInit *> > ThePool; in get() local
759 UnOpInit *&I = ThePool[TheKey]; in get()
894 static Pool<DenseMap<Key, BinOpInit *> > ThePool; in get() local
899 BinOpInit *&I = ThePool[TheKey]; in get()
1032 static Pool ThePool; in get() local
1040 TernOpInit *&I = ThePool[TheKey]; in get()
1329 static Pool<DenseMap<Key, VarInit *> > ThePool; in get() local
1333 VarInit *&I = ThePool[TheKey]; in get()
1416 static Pool ThePool; in get() local
1420 VarBitInit *&I = ThePool[TheKey]; in get()
1442 static Pool ThePool; in get() local
1446 VarListElementInit *&I = ThePool[TheKey]; in get()
1509 static Pool ThePool; in get() local
1513 FieldInit *&I = ThePool[TheKey]; in get()
1576 static Pool ThePool; in get() local
1582 if (DagInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1586 ThePool.InsertNode(I, IP); in get()