Searched refs:RemInst (Results 1 – 1 of 1) sorted by relevance
1316 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() argument1319 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()1325 RemoveFromReverseMap(ReverseNonLocalDeps, Inst, RemInst); in removeInstruction()1331 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction()1335 RemoveFromReverseMap(ReverseLocalDeps, Inst, RemInst); in removeInstruction()1347 if (RemInst->getType()->isPointerTy()) { in removeInstruction()1348 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction()1349 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction()1363 if (!RemInst->isTerminator()) in removeInstruction()1364 NewDirtyVal = MemDepResult::getDirty(++BasicBlock::iterator(RemInst)); in removeInstruction()[all …]