Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VI

987         DenseMap<BasicBlock*, Value*>::iterator VI = Visited.find(I->getBB());
988 if (VI == Visited.end() || VI->second == Pointer.getAddr())