Searched defs:MayWrite (Results 1 – 3 of 3) sorted by relevance
443 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
115 isl_union_map *&MustWrite, isl_union_map *&MayWrite, in collectInfo()312 isl_union_map *Read, *MustWrite, *MayWrite, *ReductionTagMap; in calculateDependences() local
2877 bool MayWrite = In.mayWriteToMemory(); in isSafeToMoveBeforeInBB() local