Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp131 bool processAtomicInstr(Instruction *I);
250 bool AtomicExpandImpl::processAtomicInstr(Instruction *I) { in processAtomicInstr() function in AtomicExpandImpl
408 if (processAtomicInstr(&Inst)) { in run()