Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp107 bool simplifyIdempotentRMW(AtomicRMWInst *RMWI);
281 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()
1387 bool AtomicExpand::simplifyIdempotentRMW(AtomicRMWInst* RMWI) { in simplifyIdempotentRMW() function in AtomicExpand