Searched refs:isIdempotentRMW (Results 1 – 2 of 2) sorted by relevance
23 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW() function131 if (!isIdempotentRMW(RMWI)) in visitAtomicRMWInst()
105 bool isIdempotentRMW(AtomicRMWInst *RMWI);312 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()1317 bool AtomicExpand::isIdempotentRMW(AtomicRMWInst* RMWI) { in isIdempotentRMW() function in AtomicExpand