Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp52 bool expandAtomicRMWToLLSC(AtomicRMWInst *AI);
239 return expandAtomicRMWToLLSC(AI); in tryExpandAtomicRMW()
285 bool AtomicExpand::expandAtomicRMWToLLSC(AtomicRMWInst *AI) { in expandAtomicRMWToLLSC() function in AtomicExpand