Searched refs:simplifyIdempotentRMW (Results 1 – 1 of 1) sorted by relevance
107 bool simplifyIdempotentRMW(AtomicRMWInst *RMWI);281 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()1387 bool AtomicExpand::simplifyIdempotentRMW(AtomicRMWInst* RMWI) { in simplifyIdempotentRMW() function in AtomicExpand