Searched refs:MayWrite (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/polly/lib/Analysis/ |
D | DependenceInfo.cpp | 115 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/ |
D | file.h | 100 bool MayWrite(const char *path);
|
D | file.cpp | 411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite() function
|
D | io-stmt.cpp | 1085 str = MayWrite(path_.get()) ? "YES" : "NO"; in Inquire()
|
/external/llvm-project/polly/test/DependenceInfo/ |
D | reduction_simple_iv_debug_wrapped_dependences.ll | 7 ; CHECK-NEXT: MayWrite: { }
|