Lines Matching refs:DI
924 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(), in getNonLocalPointerDepFromBB() local
925 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI) in getNonLocalPointerDepFromBB()
926 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
945 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(), in getNonLocalPointerDepFromBB() local
946 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI) in getNonLocalPointerDepFromBB()
947 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
1290 for (NonLocalDepInfo::iterator DI = BlockMap.begin(), DE = BlockMap.end(); in removeInstruction() local
1291 DI != DE; ++DI) in removeInstruction()
1292 if (Instruction *Inst = DI->getResult().getInst()) in removeInstruction()
1378 for (NonLocalDepInfo::iterator DI = INLD.first.begin(), in removeInstruction() local
1379 DE = INLD.first.end(); DI != DE; ++DI) { in removeInstruction()
1380 if (DI->getResult().getInst() != RemInst) continue; in removeInstruction()
1383 DI->setResult(NewDirtyVal); in removeInstruction()
1420 for (NonLocalDepInfo::iterator DI = NLPDI.begin(), DE = NLPDI.end(); in removeInstruction() local
1421 DI != DE; ++DI) { in removeInstruction()
1422 if (DI->getResult().getInst() != RemInst) continue; in removeInstruction()
1425 DI->setResult(NewDirtyVal); in removeInstruction()