Searched refs:expandAtomicRMWToLLSC (Results 1 – 1 of 1) sorted by relevance
52 bool expandAtomicRMWToLLSC(AtomicRMWInst *AI);239 return expandAtomicRMWToLLSC(AI); in tryExpandAtomicRMW()285 bool AtomicExpand::expandAtomicRMWToLLSC(AtomicRMWInst *AI) { in expandAtomicRMWToLLSC() function in AtomicExpand