Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp114 isl_union_map *&MustWrite, isl_union_map *&MayWrite, in collectInfo() argument
121 MayWrite = isl_union_map_empty(isl_space_copy(Space)); in collectInfo()
169 MayWrite = isl_union_map_add_map(MayWrite, accdom); in collectInfo()
186 MayWrite = isl_union_map_coalesce(MayWrite); in collectInfo()
311 isl_union_map *Read, *MustWrite, *MayWrite, *ReductionTagMap; in calculateDependences() local
324 dbgs() << "MayWrite: " << MayWrite << '\n'; in calculateDependences()
365 dbgs() << "MayWrite: " << MayWrite << "\n"; in calculateDependences()
374 isl_union_map_copy(MayWrite)); in calculateDependences()
440 Flow = buildFlow(Read, MustWrite, MayWrite, nullptr, Schedule); in calculateDependences()
444 Flow = buildFlow(Write, MustWrite, MayWrite, nullptr, Schedule); in calculateDependences()
[all …]
/llvm-project-15.0.7/flang/runtime/
H A Dfile.h110 bool MayWrite(const char *path);
H A Dfile.cpp439 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite() function
H A Dio-stmt.cpp1439 str = MayWrite(path_.get()) ? "YES" : "NO"; in Inquire()
/llvm-project-15.0.7/polly/test/DependenceInfo/
H A Dreduction_simple_iv_debug_wrapped_dependences.ll7 ; CHECK-NEXT: MayWrite: { }
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1411 bool MayWrite = In.mayWriteToMemory(); in isSafeToMoveBeforeInBB() local
1440 if (MayWrite || I.mayWriteToMemory()) { in isSafeToMoveBeforeInBB()