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