Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp78 void expandAtomicStore(StoreInst *SI);
479 expandAtomicStore(SI); in tryExpandAtomicStore()
552 void AtomicExpandImpl::expandAtomicStore(StoreInst *SI) { in expandAtomicStore() function in AtomicExpandImpl