Searched refs:tryExpandAtomicStore (Results 1 – 1 of 1) sorted by relevance
83 bool tryExpandAtomicStore(StoreInst *SI);315 MadeChange |= tryExpandAtomicStore(SI); in runOnFunction()439 bool AtomicExpand::tryExpandAtomicStore(StoreInst *SI) { in tryExpandAtomicStore() function in AtomicExpand