Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAtomicExpandPass.cpp121 void expandAtomicRMWToLibcall(AtomicRMWInst *I);
225 expandAtomicRMWToLibcall(RMWI); in runOnFunction()
1717 void AtomicExpand::expandAtomicRMWToLibcall(AtomicRMWInst *I) { in expandAtomicRMWToLibcall() function in AtomicExpand