Lines Matching refs:MemoryAccess
37 MemoryAccess *IncomingMA = nullptr; in create()
80 MemoryAccess *InputMA = nullptr; in create()
191 static bool isEscaping(MemoryAccess *MA) { in isEscaping()
228 SmallVectorImpl<MemoryAccess *> &RootAccs, in addAccessRoots()
258 SmallVectorImpl<MemoryAccess *> &RootAccs, bool Local) { in addRoots()
277 ArrayRef<MemoryAccess *> RootAccs, in walkReachable()
279 DenseSet<MemoryAccess *> &UsedAccs, in walkReachable()
285 SmallVector<MemoryAccess *, 32> WorklistAccs; in walkReachable()
333 MemoryAccess *DefAcc = S->getValueDef(SAI); in walkReachable()
387 if (MemoryAccess *PHIRead = Stmt->lookupPHIReadOf(PHI)) in walkReachable()
399 for (MemoryAccess *Acc : *Accs) in walkReachable()
406 DenseSet<MemoryAccess *> &UsedAccs, in markReachable()
409 SmallVector<MemoryAccess *, 32> RootAccs; in markReachable()