Home
last modified time | relevance | path

Searched refs:CheckDeps (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp560 bool isDependencyCheckNeeded() { return !CheckDeps.empty(); } in isDependencyCheckNeeded()
564 CheckDeps.clear(); in resetDepChecks()
568 MemAccessInfoList &getDependenciesToCheck() { return CheckDeps; } in getDependenciesToCheck()
586 MemAccessInfoList CheckDeps; member in __anon23920::AccessAnalysis
598 /// underlying pointer. The set "CheckDeps" identfies which sets really need a
862 // both read and write, and they both need to be handled for CheckDeps. in processMemAccesses()
898 CheckDeps.push_back(Access); in processMemAccesses()
1636 MemAccessInfoList &CheckDeps, in areDepsSafe()
1641 for (MemAccessInfo CurAccess : CheckDeps) { in areDepsSafe()
1635 areDepsSafe(DepCandidates &AccessSets, MemAccessInfoList &CheckDeps, const ValueToValueMap &Strides) areDepsSafe() argument
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py722 def CheckDeps(workspace): function
776 success &= CheckDeps(workspace)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h202 /// Only checks sets with elements in \p CheckDeps.
203 bool areDepsSafe(DepCandidates &AccessSets, MemAccessInfoList &CheckDeps,

Completed in 7 milliseconds