Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DstI

157       for (inst_iterator DstI = SrcI, DstE = inst_end(F);
158 DstI != DstE; ++DstI) {
159 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) {
161 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {