Home | History | Annotate | Download | only in Utils

Lines Matching refs:PrevI

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