Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp55 bool simplifyIdempotentRMW(AtomicRMWInst *AI);
138 simplifyIdempotentRMW(RMWI)) || in runOnFunction()
553 bool AtomicExpand::simplifyIdempotentRMW(AtomicRMWInst* RMWI) { in simplifyIdempotentRMW() function in AtomicExpand