Searched refs:tryExpandAtomicStore (Results 1 – 1 of 1) sorted by relevance
81 bool tryExpandAtomicStore(StoreInst *SI);278 if (tryExpandAtomicStore(SI)) in runOnFunction()430 bool AtomicExpand::tryExpandAtomicStore(StoreInst *SI) { in tryExpandAtomicStore() function in AtomicExpand