Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
757 struct EpilogueLoopVectorizationInfo { struct758 ElementCount MainLoopVF = ElementCount::getFixed(0);759 unsigned MainLoopUF = 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;[all …]