Searched refs:tryExpandAtomicRMW (Results 1 – 1 of 1) sorted by relevance
85 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