Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h146 bool hasStores = false; member
175 hasStores(DC.hasStores), HasUnknownAccess(DC.HasUnknownAccess), in DetectionContext()
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1239 Context.hasStores |= isa<StoreInst>(MemInst); in isValidInstruction()
1614 if (!Context.hasStores || !Context.hasLoads) in isProfitableRegion()