Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h394 bool isValidMemoryAccess(MemAccInst Inst, DetectionContext &Context) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1185 bool ScopDetection::isValidMemoryAccess(MemAccInst Inst, in isValidMemoryAccess() function in ScopDetection
1245 return isValidMemoryAccess(MemInst, Context); in isValidInstruction()