Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h165 bool hasLoads = false; member
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1257 Context.hasLoads |= isa<LoadInst>(MemInst); in isValidInstruction()
1702 if (!Context.hasStores || !Context.hasLoads) in isProfitableRegion()