Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp85 bool tryExpandAtomicRMW(AtomicRMWInst *AI);
335 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()
536 tryExpandAtomicRMW(AI); in expandAtomicStore()
564 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand