Home | History | Annotate | Download | only in Utils

Lines Matching refs:PrevI

963   llvm::BasicBlock::InstListType::iterator PrevI(I);
964 if (PrevI != I->getParent()->getInstList().begin()) {
965 --PrevI;
966 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI))