Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp270 Instruction *HoistedInst = HoistCand->clone(); in hoistInstruction() local
273 HoistedInst->insertBefore(HoistPt); in hoistInstruction()
275 HoistCand->replaceAllUsesWith(HoistedInst); in hoistInstruction()
278 ElseInst->replaceAllUsesWith(HoistedInst); in hoistInstruction()