Searched refs:isIdempotentRMW (Results 1 – 2 of 2) sorted by relevance
24 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW() function123 if (!isIdempotentRMW(RMWI)) in visitAtomicRMWInst()
105 bool isIdempotentRMW(AtomicRMWInst *RMWI);341 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in run()1534 bool AtomicExpandImpl::isIdempotentRMW(AtomicRMWInst *RMWI) { in isIdempotentRMW() function in AtomicExpandImpl