Lines Matching refs:ThePool

154   FoldingSet<RecordRecTy> &ThePool =  in get()  local
167 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
185 ThePool.InsertNode(Ty, IP); in get()
331 static FoldingSet<BitsInit> ThePool; in get() local
337 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
345 ThePool.InsertNode(I, IP); in get()
449 static std::map<int64_t, IntInit*> ThePool; in get() local
451 IntInit *&I = ThePool[V]; in get()
562 static FoldingSet<ListInit> ThePool; in get() local
568 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
579 ThePool.InsertNode(I, IP); in get()
699 static FoldingSet<UnOpInit> ThePool; in get() local
705 if (UnOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
709 ThePool.InsertNode(I, IP); in get()
865 static FoldingSet<BinOpInit> ThePool; in get() local
871 if (BinOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
875 ThePool.InsertNode(I, IP); in get()
1192 static FoldingSet<TernOpInit> ThePool; in get() local
1198 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1202 ThePool.InsertNode(I, IP); in get()
1485 static FoldingSet<FoldOpInit> ThePool; in get() local
1491 if (FoldOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1495 ThePool.InsertNode(I, IP); in get()
1550 static FoldingSet<IsAOpInit> ThePool; in get() local
1556 if (IsAOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1560 ThePool.InsertNode(I, IP); in get()
1684 static DenseMap<Key, VarInit*> ThePool; in get() local
1688 VarInit *&I = ThePool[TheKey]; in get()
1713 static DenseMap<Key, VarBitInit*> ThePool; in get() local
1717 VarBitInit *&I = ThePool[TheKey]; in get()
1738 static DenseMap<Key, VarListElementInit*> ThePool; in get() local
1742 VarListElementInit *&I = ThePool[TheKey]; in get()
1803 static FoldingSet<VarDefInit> ThePool; in get() local
1809 if (VarDefInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1817 ThePool.InsertNode(I, IP); in get()
1924 static DenseMap<Key, FieldInit*> ThePool; in get() local
1928 FieldInit *&I = ThePool[TheKey]; in get()
1998 static FoldingSet<CondOpInit> ThePool; in get() local
2003 if (CondOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
2014 ThePool.InsertNode(I, IP); in get()
2119 static FoldingSet<DagInit> ThePool; in get() local
2125 if (DagInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
2134 ThePool.InsertNode(I, IP); in get()