Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp558 if (auto ResultingLoad = TLI->lowerIdempotentRMWIntoFencedLoad(RMWI)) { in simplifyIdempotentRMW() local
559 if (TLI->shouldExpandAtomicLoadInIR(ResultingLoad)) in simplifyIdempotentRMW()
560 expandAtomicLoad(ResultingLoad); in simplifyIdempotentRMW()