Searched refs:SecondLoad (Results 1 – 1 of 1) sorted by relevance
1191 Value *SecondLoad; in expandAtomicCmpXchg() local1193 SecondLoad = TLI->emitLoadLinked(Builder, Addr, MemOpOrder); in expandAtomicCmpXchg()1194 ShouldStore = Builder.CreateICmpEQ(SecondLoad, CI->getCompareOperand(), in expandAtomicCmpXchg()1239 TryStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()1244 NoStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()