Searched refs:HoistedInst (Results 1 – 1 of 1) sorted by relevance
303 Instruction *HoistedInst = HoistCand->clone(); in hoistInstruction() local307 AA->copyValue(HoistCand, HoistedInst); in hoistInstruction()310 HoistedInst->insertBefore(HoistPt); in hoistInstruction()312 HoistCand->replaceAllUsesWith(HoistedInst); in hoistInstruction()315 ElseInst->replaceAllUsesWith(HoistedInst); in hoistInstruction()