Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp83 bool tryExpandAtomicRMW(AtomicRMWInst *AI);
308 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()
529 tryExpandAtomicRMW(AI); in expandAtomicStore()
559 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand