Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp86 bool tryExpandAtomicStore(StoreInst *SI);
370 MadeChange |= tryExpandAtomicStore(SI); in processAtomicInstr()
545 bool AtomicExpandImpl::tryExpandAtomicStore(StoreInst *SI) { in tryExpandAtomicStore() function in AtomicExpandImpl