Lines Matching refs:RootAccs
228 SmallVectorImpl<MemoryAccess *> &RootAccs, in addAccessRoots() argument
236 RootAccs.push_back(MA); in addAccessRoots()
241 RootAccs.push_back(MA); in addAccessRoots()
246 RootAccs.push_back(MA); in addAccessRoots()
251 RootAccs.push_back(MA); in addAccessRoots()
258 SmallVectorImpl<MemoryAccess *> &RootAccs, bool Local) { in addRoots() argument
260 addAccessRoots(Stmt, RootAccs, Local); in addRoots()
277 ArrayRef<MemoryAccess *> RootAccs, in walkReachable() argument
288 WorklistAccs.append(RootAccs.begin(), RootAccs.end()); in walkReachable()
409 SmallVector<MemoryAccess *, 32> RootAccs; in markReachable() local
412 addRoots(OnlyLocal, RootInsts, RootAccs, true); in markReachable()
415 addRoots(&Stmt, RootInsts, RootAccs, false); in markReachable()
418 walkReachable(S, LI, RootInsts, RootAccs, UsedInsts, UsedAccs, OnlyLocal); in markReachable()