Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance
965 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local967 ShouldInsertFencesForAtomic ? AtomicOrdering::Monotonic : SuccessOrder; in expandAtomicCmpXchg()978 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()1050 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1066 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1096 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()1109 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()