ΒΆbool isAssumedReadNone(
    llvm::Attributor& A,
    const llvm::IRPosition& IRP,
    const llvm::AbstractAttribute& QueryingAA,
    bool& IsKnown)

Description

Return true if \p IRP is readnone. This will query respective AAs that deduce the information and introduce dependences for \p QueryingAA.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:267

Parameters

llvm::Attributor& A
const llvm::IRPosition& IRP
const llvm::AbstractAttribute& QueryingAA
bool& IsKnown