Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp58 bool expandAtomicStore(StoreInst *SI);
282 MadeChange |= expandAtomicStore(SI); in runOnFunction()
460 bool AtomicExpand::expandAtomicStore(StoreInst *SI) { in expandAtomicStore() function in AtomicExpand