Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp59 bool tryExpandAtomicRMW(AtomicRMWInst *AI);
292 MadeChange |= tryExpandAtomicRMW(RMWI); in runOnFunction()
474 return tryExpandAtomicRMW(AI); in expandAtomicStore()
525 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() function in AtomicExpand