Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp82 void expandAtomicStore(StoreInst *SI);
435 expandAtomicStore(SI); in tryExpandAtomicStore()
510 void AtomicExpand::expandAtomicStore(StoreInst *SI) { in expandAtomicStore() function in AtomicExpand