Searched refs:hasAtomicLoad (Results 1 – 3 of 3) sorted by relevance
763 bool hasAtomicLoad() const LLVM_READONLY;
984 bool Instruction::hasAtomicLoad() const { in hasAtomicLoad() function in Instruction
12016 if (Inst->hasAtomicLoad() && isAcquireOrStronger(Ord)) { in emitTrailingFence()