Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp49 bool expandAtomicStore(StoreInst *SI);
131 MadeChange |= expandAtomicStore(SI); in runOnFunction()
216 bool AtomicExpand::expandAtomicStore(StoreInst *SI) { in expandAtomicStore() function in AtomicExpand