Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp281 Instruction *GEPNew = GEP0->clone(); in sinkStoresAndGEPs() local
282 GEPNew->insertBefore(SNew); in sinkStoresAndGEPs()
283 GEPNew->applyMergedLocation(GEP0->getDebugLoc(), GEP1->getDebugLoc()); in sinkStoresAndGEPs()
284 SNew->setOperand(1, GEPNew); in sinkStoresAndGEPs()
285 GEP0->replaceAllUsesWith(GEPNew); in sinkStoresAndGEPs()
287 GEP1->replaceAllUsesWith(GEPNew); in sinkStoresAndGEPs()