Searched refs:NoStoreLoaded (Results 1 – 1 of 1) sorted by relevance
1242 PHINode *NoStoreLoaded = Builder.CreatePHI(UnreleasedLoad->getType(), 2); in expandAtomicCmpXchg() local1243 NoStoreLoaded->addIncoming(UnreleasedLoad, StartBB); in expandAtomicCmpXchg()1244 NoStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()1249 ExitLoaded->addIncoming(NoStoreLoaded, FailureBB); in expandAtomicCmpXchg()