Home
last modified time | relevance | path

Searched refs:getWrites (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/include/polly/
DScopInfo.h2561 isl::union_map getWrites();
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp257 isl::union_set WriteSet = S.getWrites().range(); in isReadOnly()
2319 isl::union_map Scop::getWrites() { in getWrites() function in Scop
DScopBuilder.cpp2775 isl::union_map Writes = scop->getWrites(); in hoistInvariantLoads()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2731 PPCGScop->may_writes = S->getWrites().release(); in createPPCGScop()