OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckDeps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
565
bool isDependencyCheckNeeded() { return !
CheckDeps
.empty(); }
569
CheckDeps
.clear();
573
MemAccessInfoList &getDependenciesToCheck() { return
CheckDeps
; }
589
MemAccessInfoList
CheckDeps
;
601
/// underlying pointer. The set "
CheckDeps
" identfies which sets really need a
888
// both read and write, and they both need to be handled for
CheckDeps
.
924
CheckDeps
.push_back(Access);
1646
MemAccessInfoList &
CheckDeps
,
1651
for (MemAccessInfo CurAccess :
CheckDeps
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h
198
/// Only checks sets with elements in \p
CheckDeps
.
199
bool areDepsSafe(DepCandidates &AccessSets, MemAccessInfoList &
CheckDeps
,
Completed in 25 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026