Searched refs:tryExpandAtomicRMW (Results 1 – 1 of 1) sorted by relevance
51 bool tryExpandAtomicRMW(AtomicRMWInst *AI);142 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()226 return tryExpandAtomicRMW(AI); in expandAtomicStore()229 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand