Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp115 void expandAtomicStoreToLibcall(StoreInst *LI);
204 expandAtomicStoreToLibcall(SI); in runOnFunction()
1527 void AtomicExpand::expandAtomicStoreToLibcall(StoreInst *I) { in expandAtomicStoreToLibcall() function in AtomicExpand