Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DDeadCodeElimination.cpp91 isl::union_map MustWrites = S.getMustWrites(); in getLiveOut()
/external/llvm-project/polly/include/polly/
DScopInfo.h2558 isl::union_map getMustWrites();
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2311 isl::union_map Scop::getMustWrites() { in getMustWrites() function in Scop
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2733 PPCGScop->must_writes = S->getMustWrites().release(); in createPPCGScop()