Lines Matching refs:ThePool
460 static Pool ThePool; in get() local
466 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
470 ThePool.InsertNode(I, IP); in get()
562 static Pool ThePool; in get() local
564 IntInit *&I = ThePool[V]; in get()
590 static Pool ThePool; in get() local
592 StringInit *&I = ThePool[V]; in get()
612 static Pool ThePool; in get() local
620 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
624 ThePool.InsertNode(I, IP); in get()
731 static Pool ThePool; in get() local
735 UnOpInit *&I = ThePool[TheKey]; in get()
877 static Pool ThePool; in get() local
882 BinOpInit *&I = ThePool[TheKey]; in get()
997 static Pool ThePool; in get() local
1005 TernOpInit *&I = ThePool[TheKey]; in get()
1302 static Pool ThePool; in get() local
1306 VarInit *&I = ThePool[TheKey]; in get()
1389 static Pool ThePool; in get() local
1393 VarBitInit *&I = ThePool[TheKey]; in get()
1415 static Pool ThePool; in get() local
1419 VarListElementInit *&I = ThePool[TheKey]; in get()
1482 static Pool ThePool; in get() local
1486 FieldInit *&I = ThePool[TheKey]; in get()
1549 static Pool ThePool; in get() local
1555 if (DagInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1559 ThePool.InsertNode(I, IP); in get()