Home
last modified time | relevance | path

Searched refs:isIdempotentRMW (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp64 bool isIdempotentRMW(AtomicRMWInst *AI);
166 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()
595 bool AtomicExpand::isIdempotentRMW(AtomicRMWInst* RMWI) { in isIdempotentRMW() function in AtomicExpand