Searched refs:RemInst (Results 1 – 1 of 1) sorted by relevance
1474 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() argument1477 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()1483 RemoveFromReverseMap(ReverseNonLocalDeps, Inst, RemInst); in removeInstruction()1489 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction()1493 RemoveFromReverseMap(ReverseLocalDeps, Inst, RemInst); in removeInstruction()1505 if (RemInst->getType()->isPointerTy()) { in removeInstruction()1506 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction()1507 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction()1521 if (!RemInst->isTerminator()) in removeInstruction()1522 NewDirtyVal = MemDepResult::getDirty(++BasicBlock::iterator(RemInst)); in removeInstruction()[all …]