Searched refs:isIdempotentRMW (Results 1 – 2 of 2) sorted by relevance
25 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW() function133 if (!isIdempotentRMW(RMWI)) in visitAtomicRMWInst()
107 bool isIdempotentRMW(AtomicRMWInst *RMWI);283 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()1408 bool AtomicExpand::isIdempotentRMW(AtomicRMWInst* RMWI) { in isIdempotentRMW() function in AtomicExpand