Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
905 struct EpilogueLoopVectorizationInfo { struct906 ElementCount MainLoopVF = ElementCount::getFixed(0);907 unsigned MainLoopUF = 0;908 ElementCount EpilogueVF = ElementCount::getFixed(0);909 unsigned EpilogueUF = 0;910 BasicBlock *MainLoopIterationCountCheck = nullptr;911 BasicBlock *EpilogueIterationCountCheck = nullptr;912 BasicBlock *SCEVSafetyCheck = nullptr;913 BasicBlock *MemSafetyCheck = nullptr;914 Value *TripCount = nullptr;[all …]