Lines Matching refs:ThePool

156   FoldingSet<RecordRecTy> &ThePool =  in get()  local
169 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
187 ThePool.InsertNode(Ty, IP); in get()
336 static FoldingSet<BitsInit> ThePool; in get() local
342 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
350 ThePool.InsertNode(I, IP); in get()
454 static DenseMap<int64_t, IntInit*> ThePool; in get() local
456 IntInit *&I = ThePool[V]; in get()
511 static StringMap<CodeInit*, BumpPtrAllocator &> ThePool(Allocator); in get() local
513 auto &Entry = *ThePool.insert(std::make_pair(V, nullptr)).first; in get()
520 static StringMap<StringInit*, BumpPtrAllocator &> ThePool(Allocator); in get() local
522 auto &Entry = *ThePool.insert(std::make_pair(V, nullptr)).first; in get()
557 static FoldingSet<ListInit> ThePool; in get() local
563 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
574 ThePool.InsertNode(I, IP); in get()
680 static FoldingSet<UnOpInit> ThePool; in get() local
686 if (UnOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
690 ThePool.InsertNode(I, IP); in get()
813 static FoldingSet<BinOpInit> ThePool; in get() local
819 if (BinOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
823 ThePool.InsertNode(I, IP); in get()
1007 static FoldingSet<TernOpInit> ThePool; in get() local
1013 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1017 ThePool.InsertNode(I, IP); in get()
1225 static FoldingSet<FoldOpInit> ThePool; in get() local
1231 if (FoldOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1235 ThePool.InsertNode(I, IP); in get()
1290 static FoldingSet<IsAOpInit> ThePool; in get() local
1296 if (IsAOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1300 ThePool.InsertNode(I, IP); in get()
1424 static DenseMap<Key, VarInit*> ThePool; in get() local
1428 VarInit *&I = ThePool[TheKey]; in get()
1453 static DenseMap<Key, VarBitInit*> ThePool; in get() local
1457 VarBitInit *&I = ThePool[TheKey]; in get()
1478 static DenseMap<Key, VarListElementInit*> ThePool; in get() local
1482 VarListElementInit *&I = ThePool[TheKey]; in get()
1545 static FoldingSet<VarDefInit> ThePool; in get() local
1551 if (VarDefInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1559 ThePool.InsertNode(I, IP); in get()
1660 static DenseMap<Key, FieldInit*> ThePool; in get() local
1664 FieldInit *&I = ThePool[TheKey]; in get()
1716 static FoldingSet<DagInit> ThePool; in get() local
1722 if (DagInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1731 ThePool.InsertNode(I, IP); in get()