Searched refs:tryExpandAtomicRMW (Results 1 – 1 of 1) sorted by relevance
59 bool tryExpandAtomicRMW(AtomicRMWInst *AI);292 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()474 return tryExpandAtomicRMW(AI); in expandAtomicStore()525 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand