Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp81 bool tryExpandAtomicStore(StoreInst *SI);
278 if (tryExpandAtomicStore(SI)) in runOnFunction()
430 bool AtomicExpand::tryExpandAtomicStore(StoreInst *SI) { in tryExpandAtomicStore() function in AtomicExpand