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