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.cpp62 MemoryEffects MemEffects = F.getMemoryEffects(); in getFunctionControl() local
71 if (MemEffects.doesNotAccessMemory()) in getFunctionControl()
73 else if (MemEffects.onlyReadsMemory()) in getFunctionControl()