Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp460 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()
[all …]