Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp874 auto ReciprocalDivisor = BinaryOperator::CreateFDiv(One, Divisor); in hoistRegion() local
875 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()