Searched refs:CheckDeps (Results 1 – 3 of 3) sorted by relevance
560 bool isDependencyCheckNeeded() { return !CheckDeps.empty(); } in isDependencyCheckNeeded()564 CheckDeps.clear(); in resetDepChecks()568 MemAccessInfoList &getDependenciesToCheck() { return CheckDeps; } in getDependenciesToCheck()586 MemAccessInfoList CheckDeps; member in __anon718eb19e0111::AccessAnalysis898 CheckDeps.push_back(Access); in processMemAccesses()1636 MemAccessInfoList &CheckDeps, in areDepsSafe() argument1641 for (MemAccessInfo CurAccess : CheckDeps) { in areDepsSafe()
722 def CheckDeps(workspace): function776 success &= CheckDeps(workspace)
203 bool areDepsSafe(DepCandidates &AccessSets, MemAccessInfoList &CheckDeps,