Home
last modified time | relevance | path

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

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