Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp79 bool expandAtomicStore(StoreInst *SI);
305 MadeChange |= expandAtomicStore(SI); in runOnFunction()
481 bool AtomicExpand::expandAtomicStore(StoreInst *SI) { in expandAtomicStore() function in AtomicExpand