Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
769 struct EpilogueLoopVectorizationInfo { struct770 ElementCount MainLoopVF = ElementCount::getFixed(0);771 unsigned MainLoopUF = 0;772 ElementCount EpilogueVF = ElementCount::getFixed(0);773 unsigned EpilogueUF = 0;774 BasicBlock *MainLoopIterationCountCheck = nullptr;775 BasicBlock *EpilogueIterationCountCheck = nullptr;776 BasicBlock *SCEVSafetyCheck = nullptr;777 BasicBlock *MemSafetyCheck = nullptr;778 Value *TripCount = nullptr;[all …]