Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp303 Instruction *HoistedInst = HoistCand->clone(); in hoistInstruction() local
307 AA->copyValue(HoistCand, HoistedInst); in hoistInstruction()
310 HoistedInst->insertBefore(HoistPt); in hoistInstruction()
312 HoistCand->replaceAllUsesWith(HoistedInst); in hoistInstruction()
315 ElseInst->replaceAllUsesWith(HoistedInst); in hoistInstruction()