Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp25 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW() function
133 if (!isIdempotentRMW(RMWI)) in visitAtomicRMWInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp107 bool isIdempotentRMW(AtomicRMWInst *RMWI);
283 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()
1408 bool AtomicExpand::isIdempotentRMW(AtomicRMWInst* RMWI) { in isIdempotentRMW() function in AtomicExpand