Lines Matching refs:RootAccs
229 SmallVectorImpl<MemoryAccess *> &RootAccs, in addAccessRoots() argument
237 RootAccs.push_back(MA); in addAccessRoots()
242 RootAccs.push_back(MA); in addAccessRoots()
247 RootAccs.push_back(MA); in addAccessRoots()
252 RootAccs.push_back(MA); in addAccessRoots()
259 SmallVectorImpl<MemoryAccess *> &RootAccs, bool Local) { in addRoots() argument
261 addAccessRoots(Stmt, RootAccs, Local); in addRoots()
278 ArrayRef<MemoryAccess *> RootAccs, in walkReachable() argument
289 WorklistAccs.append(RootAccs.begin(), RootAccs.end()); in walkReachable()
410 SmallVector<MemoryAccess *, 32> RootAccs; in markReachable() local
413 addRoots(OnlyLocal, RootInsts, RootAccs, true); in markReachable()
416 addRoots(&Stmt, RootInsts, RootAccs, false); in markReachable()
419 walkReachable(S, LI, RootInsts, RootAccs, UsedInsts, UsedAccs, OnlyLocal); in markReachable()