Home | History | Annotate | Download | only in TableGen

Lines Matching defs:IP

479   void *IP = 0;
480 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP))
484 ThePool.InsertNode(I, IP);
608 void *IP = 0;
609 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP))
613 ThePool.InsertNode(I, IP);
1588 void *IP = 0;
1589 if (DagInit *I = ThePool.FindNodeOrInsertPos(ID, IP))
1593 ThePool.InsertNode(I, IP);