Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAtomicRMW.cpp23 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW() function
131 if (!isIdempotentRMW(RMWI)) in visitAtomicRMWInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp105 bool isIdempotentRMW(AtomicRMWInst *RMWI);
312 if (isIdempotentRMW(RMWI) && simplifyIdempotentRMW(RMWI)) { in runOnFunction()
1317 bool AtomicExpand::isIdempotentRMW(AtomicRMWInst* RMWI) { in isIdempotentRMW() function in AtomicExpand