Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp119 void expandAtomicStoreToLibcall(StoreInst *LI);
206 expandAtomicStoreToLibcall(SI); in runOnFunction()
1575 void AtomicExpand::expandAtomicStoreToLibcall(StoreInst *I) { in expandAtomicStoreToLibcall() function in AtomicExpand