Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IP

390   BasicBlock::iterator IP = F.getEntryBlock().begin();
391 IRBuilder<> AtEntry(IP->getParent(), IP);
396 while (isa<AllocaInst>(IP)) ++IP;
397 AtEntry.SetInsertPoint(IP->getParent(), IP);
420 while (isa<StoreInst>(IP)) ++IP;
421 AtEntry.SetInsertPoint(IP->getParent(), IP);