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