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