Searched refs:SecondLoad (Results 1 – 1 of 1) sorted by relevance
1217 Value *SecondLoad; in expandAtomicCmpXchg() local1219 SecondLoad = TLI->emitLoadLinked(Builder, Addr, MemOpOrder); in expandAtomicCmpXchg()1220 ShouldStore = Builder.CreateICmpEQ(SecondLoad, CI->getCompareOperand(), in expandAtomicCmpXchg()1265 TryStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()1270 NoStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()