Lines Matching defs:EpilogueLoopVectorizationInfo
757 struct EpilogueLoopVectorizationInfo { struct
758 ElementCount MainLoopVF = ElementCount::getFixed(0);
759 unsigned MainLoopUF = 0;
760 ElementCount EpilogueVF = ElementCount::getFixed(0);
761 unsigned EpilogueUF = 0;
762 BasicBlock *MainLoopIterationCountCheck = nullptr;
763 BasicBlock *EpilogueIterationCountCheck = nullptr;
764 BasicBlock *SCEVSafetyCheck = nullptr;
765 BasicBlock *MemSafetyCheck = nullptr;
766 Value *TripCount = nullptr;
767 Value *VectorTripCount = nullptr;
769 EpilogueLoopVectorizationInfo(ElementCount MVF, unsigned MUF, in EpilogueLoopVectorizationInfo() function