Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp89 void expandAtomicStoreToLibcall(StoreInst *LI);
207 expandAtomicStoreToLibcall(SI); in runOnFunction()
1325 void AtomicExpand::expandAtomicStoreToLibcall(StoreInst *I) { in expandAtomicStoreToLibcall() function in AtomicExpand