Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1684 bool MemStore = false; in hasPossiblyDistributableLoop() local
1686 MemStore |= isa<StoreInst>(&I); in hasPossiblyDistributableLoop()
1687 StmtsWithStoresInLoops += MemStore; in hasPossiblyDistributableLoop()