ΒΆbool isNoSyncInst(
    llvm::Attributor& A,
    const llvm::Instruction& I,
    const llvm::AbstractAttribute& QueryingAA)

Description

Return true if \p I is a `nosync` instruction. Use generic reasoning and potentially the corresponding AANoSync.

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

Parameters

llvm::Attributor& A
const llvm::Instruction& I
const llvm::AbstractAttribute& QueryingAA