Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IP

402   BasicBlock::iterator IP = F.getEntryBlock().begin();
403 IRBuilder<> AtEntry(IP->getParent(), IP);
408 while (isa<AllocaInst>(IP))
409 ++IP;
410 AtEntry.SetInsertPoint(IP->getParent(), IP);
434 while (isa<StoreInst>(IP))
435 ++IP;
436 AtEntry.SetInsertPoint(IP->getParent(), IP);