Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance
3367 Instruction *MemoryInst; member in __anon01de4a8e0c11::AddressingModeMatcher4212 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()5409 Function *F = MemoryInst->getParent()->getParent(); in optimizeMemoryInst()5458 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()5472 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()5718 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()5764 if (MemoryInst->getParent() != GEP->getParent()) in optimizeGatherScatterInst()5815 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()5855 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()5863 ScalarTy = MemoryInst->getType()->getScalarType(); in optimizeGatherScatterInst()[all …]
1804 Value *MemoryInst; in removeFromLookups() local1806 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()1808 MemoryInst = MA->getBlock(); in removeFromLookups()1810 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()