Searched refs:SecondLoad (Results 1 – 1 of 1) sorted by relevance
1081 Value *SecondLoad; in expandAtomicCmpXchg() local1083 SecondLoad = TLI->emitLoadLinked(Builder, Addr, MemOpOrder); in expandAtomicCmpXchg()1084 ShouldStore = Builder.CreateICmpEQ(SecondLoad, CI->getCompareOperand(), in expandAtomicCmpXchg()1131 TryStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()1136 NoStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()