Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1594 unsigned StmtsWithStoresInLoops = 0; in hasPossiblyDistributableLoop() local
1599 StmtsWithStoresInLoops += MemStore; in hasPossiblyDistributableLoop()
1601 return (StmtsWithStoresInLoops > 1); in hasPossiblyDistributableLoop()