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