Searched refs:expandAtomicLoadToLL (Results 1 – 1 of 1) sorted by relevance
83 bool expandAtomicLoadToLL(LoadInst *LI);534 return expandAtomicLoadToLL(LI); in tryExpandAtomicLoad()560 bool AtomicExpandImpl::expandAtomicLoadToLL(LoadInst *LI) { in expandAtomicLoadToLL() function in AtomicExpandImpl