Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp70 MemoryEffects MemEffects = F.getMemoryEffects(); in getFunctionControl() local
79 if (MemEffects.doesNotAccessMemory()) in getFunctionControl()
81 else if (MemEffects.onlyReadsMemory()) in getFunctionControl()