Searched refs:simplifyIdempotentRMW (Results 1 – 1 of 1) sorted by relevance
56 bool simplifyIdempotentRMW(AtomicRMWInst *AI);139 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()557 bool AtomicExpand::simplifyIdempotentRMW(AtomicRMWInst* RMWI) { in simplifyIdempotentRMW() function in AtomicExpand