Home
last modified time | relevance | path

Searched refs:NoStoreLoaded (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1242 PHINode *NoStoreLoaded = Builder.CreatePHI(UnreleasedLoad->getType(), 2); in expandAtomicCmpXchg() local
1243 NoStoreLoaded->addIncoming(UnreleasedLoad, StartBB); in expandAtomicCmpXchg()
1244 NoStoreLoaded->addIncoming(SecondLoad, ReleasedLoadBB); in expandAtomicCmpXchg()
1249 ExitLoaded->addIncoming(NoStoreLoaded, FailureBB); in expandAtomicCmpXchg()