Searched refs:tryExpandAtomicRMW (Results 1 – 1 of 1) sorted by relevance
83 bool tryExpandAtomicRMW(AtomicRMWInst *AI);308 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()529 tryExpandAtomicRMW(AI); in expandAtomicStore()559 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand