Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp77 bool tryExpandAtomicStore(StoreInst *SI);
334 MadeChange |= tryExpandAtomicStore(SI); in run()
474 bool AtomicExpandImpl::tryExpandAtomicStore(StoreInst *SI) { in tryExpandAtomicStore() function in AtomicExpandImpl