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

/external/llvm/lib/Target/X86/
H A DX86AtomicExpandPass.cpp62 bool expandAtomicStore(StoreInst *SI);
92 MadeChange |= expandAtomicStore(SI);
269 bool X86AtomicExpandPass::expandAtomicStore(StoreInst *SI) { function in class:X86AtomicExpandPass
/external/llvm/lib/CodeGen/
H A DAtomicExpandLoadLinkedPass.cpp44 bool expandAtomicStore(StoreInst *LI);
91 MadeChange |= expandAtomicStore(SI);
120 bool AtomicExpandLoadLinked::expandAtomicStore(StoreInst *SI) { function in class:AtomicExpandLoadLinked

Completed in 128 milliseconds