Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp114 void expandAtomicStoreToLibcall(StoreInst *LI);
238 expandAtomicStoreToLibcall(SI); in run()
1701 void AtomicExpandImpl::expandAtomicStoreToLibcall(StoreInst *I) { in expandAtomicStoreToLibcall() function in AtomicExpandImpl