Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:IP

350   BasicBlock::iterator IP = BB.getFirstInsertionPt(), BE = BB.end();
354 for (; IP != BE; ++IP) {
355 AllocaInst *AI = dyn_cast<AllocaInst>(IP);
361 DebugLoc EntryLoc = IsEntryBB && IP->getDebugLoc()
362 ? IP->getDebugLoc().getFnDebugLoc()
363 : IP->getDebugLoc();
364 IRBuilder<> IRB(IP);
381 Cmp, IP, false, MDBuilder(*C).createBranchWeights(1, 100000));
390 IRB.SetInsertPoint(IP);
405 IRB.SetInsertPoint(IP);