Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp80 bool tryExpandAtomicRMW(AtomicRMWInst *AI);
294 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()
465 return tryExpandAtomicRMW(AI); in expandAtomicStore()
535 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand