Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IP

394   BasicBlock::iterator IP = F.getEntryBlock().begin();
395 IRBuilder<> AtEntry(IP->getParent(), IP);
400 while (isa<AllocaInst>(IP))
401 ++IP;
402 AtEntry.SetInsertPoint(IP->getParent(), IP);
426 while (isa<StoreInst>(IP))
427 ++IP;
428 AtEntry.SetInsertPoint(IP->getParent(), IP);