Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.h63 bool isReallyAClobber(const Value *Ptr, MemoryDef *Def, AAResults *AA);
H A DAMDGPUMemoryUtils.cpp284 bool isReallyAClobber(const Value *Ptr, MemoryDef *Def, AAResults *AA) { in isReallyAClobber() function
353 if (isReallyAClobber(Load->getPointerOperand(), Def, AA)) { in isClobberedInFunction()