Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp103 bool tryExpandAtomicCmpXchg(AtomicCmpXchgInst *CI);
310 MadeChange |= tryExpandAtomicCmpXchg(CASI); in runOnFunction()
1456 bool AtomicExpand::tryExpandAtomicCmpXchg(AtomicCmpXchgInst *CI) { in tryExpandAtomicCmpXchg() function in AtomicExpand