Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance
351 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr,2602 Instruction *MemoryInst; member in __anon6227213d0811::AddressingModeMatcher2632 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher()4356 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()4559 if (GEP && GEP->getParent() != MemoryInst->getParent() && in optimizeMemoryInst()4591 return IsNonLocalValue(V, MemoryInst->getParent()); in optimizeMemoryInst()4601 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()4614 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()4622 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()4762 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()[all …]
1723 Value *MemoryInst; in removeFromLookups() local1725 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()1727 MemoryInst = MA->getBlock(); in removeFromLookups()1729 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()