Searched refs:getMemoryAccess (Results 1 – 11 of 11) sorted by relevance
351 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()382 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()397 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge()406 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeDuplicatePhiEdgesBetween()497 IncMUD = MSSA->getMemoryAccess(NewIncI); in updateForClonedLoop()522 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) { in updateForClonedLoop()534 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedLoop()547 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred()791 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates()963 if ((FirstInNew = MSSA->getMemoryAccess(&I))) in moveAllAccesses()[all …]
103 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot()109 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot()1610 assert(!getMemoryAccess(BB) && "MemoryPhi already exists for this BB"); in createMemoryPhi()1862 MemoryAccess *Phi = getMemoryAccess(&B); in verifyOrdering()1869 MemoryAccess *MA = getMemoryAccess(&I); in verifyOrdering()1921 if (MemoryPhi *MP = getMemoryAccess(&B)) in verifyDomination()1926 MemoryAccess *MD = dyn_cast_or_null<MemoryDef>(getMemoryAccess(&I)); in verifyDomination()1958 if (MemoryPhi *Phi = getMemoryAccess(&B)) { in verifyDefUses()1971 if (MemoryUseOrDef *MA = getMemoryAccess(&I)) { in verifyDefUses()
139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst()140 if (MemoryAccess *ReplacementMA = MSSA->getMemoryAccess(SimpleI)) in simplifyLoopInst()
905 auto *Result = MSSA->getMemoryAccess(I); in getMemoryAccess()911 return MSSA->getMemoryAccess(BB); in getMemoryAccess()1366 auto *StoreAccess = getMemoryAccess(SI); in performSymbolicStoreEvaluation()1501 MemoryAccess *OriginalAccess = getMemoryAccess(I); in performSymbolicLoadEvaluation()2173 return getMemoryAccess(NL); in getNextMemoryLeader()2177 return getMemoryAccess(cast<StoreInst>(V)); in getNextMemoryLeader()2425 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding()2470 if (MemoryAccess *MemPhi = getMemoryAccess(To)) in updateReachableEdge()2565 auto *MA = getMemoryAccess(TI); in processOutgoingEdges()2731 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps()[all …]
608 MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn); in checkSafety()922 MemoryAccess *OldMA = MSSA->getMemoryAccess(I); in rauw()957 MemoryUseOrDef *NewMemAcc = MSSA->getMemoryAccess(Repl); in removeAndReplace()
614 if (MemoryAccess *MA = MSSA->getMemoryAccess(Inst)) { in removeMSSA()680 auto *EarlierMA = MSSA->getMemoryAccess(EarlierInst); in isSameMemGeneration()683 auto *LaterMA = MSSA->getMemoryAccess(LaterInst); in isSameMemGeneration()
1032 MSSA, cast<MemoryUse>(MSSA->getMemoryAccess(LI)), CurLoop); in canSinkOrHoistInst()1077 MSSA, cast<MemoryUse>(MSSA->getMemoryAccess(CI)), CurLoop); in canSinkOrHoistInst()1266 if (MSSAU && (OldMemAcc = MSSAU->getMemorySSA()->getMemoryAccess(&I))) { in CloneInstructionInExitBlock()1559 MSSAU->getMemorySSA()->getMemoryAccess(&I)); in hoist()
2398 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI)); in turnGuardIntoBranch()
231 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in removeMemoryAccess()
713 MemoryUseOrDef *getMemoryAccess(const Instruction *I) const {717 MemoryPhi *getMemoryAccess(const BasicBlock *BB) const {1017 MemoryAccess *MA = MSSA->getMemoryAccess(I);
1183 auto FMA = MSSA.getMemoryAccess(First); in combine()1185 auto MADef = MSSA.getMemoryAccess(LI)->getDefiningAccess(); in combine()1226 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint))); in combine()