Home
last modified time | relevance | path

Searched defs:MayWrite (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dfile.cpp443 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite() function
469 RT_API_ATTRS bool MayWrite(const char *path) { in MayWrite() function
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp115 isl_union_map *&MustWrite, isl_union_map *&MayWrite, in collectInfo()
312 isl_union_map *Read, *MustWrite, *MayWrite, *ReductionTagMap; in calculateDependences() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2877 bool MayWrite = In.mayWriteToMemory(); in isSafeToMoveBeforeInBB() local