Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp75 bool tryExpandAtomicLoad(LoadInst *LI);
293 MadeChange |= tryExpandAtomicLoad(LI); in runOnFunction()
397 bool AtomicExpand::tryExpandAtomicLoad(LoadInst *LI) { in tryExpandAtomicLoad() function in AtomicExpand
1339 tryExpandAtomicLoad(ResultingLoad); in simplifyIdempotentRMW()