Searched refs:ReciprocalDivisor (Results 1 – 1 of 1) sorted by relevance
874 auto ReciprocalDivisor = BinaryOperator::CreateFDiv(One, Divisor); in hoistRegion() local875 ReciprocalDivisor->setFastMathFlags(I.getFastMathFlags()); in hoistRegion()876 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion()877 ReciprocalDivisor->insertBefore(&I); in hoistRegion()880 BinaryOperator::CreateFMul(I.getOperand(0), ReciprocalDivisor); in hoistRegion()887 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), in hoistRegion()889 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()