Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
730 struct EpilogueLoopVectorizationInfo { struct731 ElementCount MainLoopVF = ElementCount::getFixed(0);732 unsigned MainLoopUF = 0;733 ElementCount EpilogueVF = ElementCount::getFixed(0);734 unsigned EpilogueUF = 0;735 BasicBlock *MainLoopIterationCountCheck = nullptr;736 BasicBlock *EpilogueIterationCountCheck = nullptr;737 BasicBlock *SCEVSafetyCheck = nullptr;738 BasicBlock *MemSafetyCheck = nullptr;739 Value *TripCount = nullptr;[all …]