Searched refs:RemInst (Results 1 – 1 of 1) sorted by relevance
1246 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() argument1249 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()1255 RemoveFromReverseMap(ReverseNonLocalDeps, Inst, RemInst); in removeInstruction()1261 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction()1265 RemoveFromReverseMap(ReverseLocalDeps, Inst, RemInst); in removeInstruction()1277 if (RemInst->getType()->isPointerTy()) { in removeInstruction()1278 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction()1279 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction()1293 if (!RemInst->isTerminator()) in removeInstruction()1294 NewDirtyVal = MemDepResult::getDirty(++BasicBlock::iterator(RemInst)); in removeInstruction()[all …]