Searched refs:IncomingAccess (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp84 auto *IncomingAccess = getPreviousDefFromEnd(Pred, CachedPreviousDef); local
86 SingleAccess = IncomingAccess;
87 else if (IncomingAccess != SingleAccess)
89 PhiOps.push_back(IncomingAccess);
667 MemoryAccess *IncomingAccess = Phi->getIncomingValue(It);
683 if (MemoryUseOrDef *IncMUD = dyn_cast<MemoryUseOrDef>(IncomingAccess)) {
696 MemoryPhi *IncPhi = cast<MemoryPhi>(IncomingAccess);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2179 MemoryAccess *IncomingAccess = cast<MemoryAccess>(V); local
2180 BasicBlock *IncomingBlock = IncomingAccess->getBlock();
2188 ToCheck.insert(IncomingAccess);

Completed in 67 milliseconds