Home
last modified time | relevance | path

Searched refs:MayWrite (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp115 isl_union_map *&MustWrite, isl_union_map *&MayWrite, in collectInfo() argument
122 MayWrite = isl_union_map_empty(isl_space_copy(Space)); in collectInfo()
170 MayWrite = isl_union_map_add_map(MayWrite, accdom); in collectInfo()
187 MayWrite = isl_union_map_coalesce(MayWrite); in collectInfo()
312 isl_union_map *Read, *MustWrite, *MayWrite, *ReductionTagMap; in calculateDependences() local
318 collectInfo(S, Read, MustWrite, MayWrite, ReductionTagMap, TaggedStmtDomain, in calculateDependences()
325 dbgs() << "MayWrite: " << MayWrite << '\n'; in calculateDependences()
366 dbgs() << "MayWrite: " << MayWrite << "\n"; in calculateDependences()
375 isl_union_map_copy(MayWrite)); in calculateDependences()
441 Flow = buildFlow(Read, MustWrite, MayWrite, nullptr, Schedule); in calculateDependences()
[all …]
/external/llvm-project/flang/runtime/
Dfile.h100 bool MayWrite(const char *path);
Dfile.cpp411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite() function
Dio-stmt.cpp1085 str = MayWrite(path_.get()) ? "YES" : "NO"; in Inquire()
/external/llvm-project/polly/test/DependenceInfo/
Dreduction_simple_iv_debug_wrapped_dependences.ll7 ; CHECK-NEXT: MayWrite: { }