Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp24 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW() function
123 if (!isIdempotentRMW(RMWI)) in visitAtomicRMWInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp105 bool isIdempotentRMW(AtomicRMWInst *RMWI);
341 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in run()
1534 bool AtomicExpandImpl::isIdempotentRMW(AtomicRMWInst *RMWI) { in isIdempotentRMW() function in AtomicExpandImpl