Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp77 bool tryExpandAtomicStore(StoreInst *SI);
334 MadeChange |= tryExpandAtomicStore(SI); in run()
474 bool AtomicExpandImpl::tryExpandAtomicStore(StoreInst *SI) { in tryExpandAtomicStore() function in AtomicExpandImpl